Html Css Color HEX #303983 Torea Bay

📋 copy color: '#303983'

red 48 ◦ green 57 ◦ blue 131

#303983
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torea Bay #303983

Tints of Torea Bay #303983

RGB

 RED value IS 48 (19.14% from 255) = 20.34%

 GREEN value IS 57 (22.66% from 255) = 24.15%

 BLUE value IS 131 (51.56% from 255) = 55.51%

R = 20.34%
G = 24.15%
B = 55.51%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#303983 (or 0x303983) is known color: Torea Bay. HEX triplet: 30, 39 and 83. RGB value is (48,57,131). Sum of RGB (Red+Green+Blue) = 48+57+131=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #303983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303983 is #CFC67C. Grayscale: #3E3E3E. Windows color (decimal): -13616765 or 8599856. OLE color: 8599856.

HSL color Cylindrical-coordinate representation of color #303983: hue angle of 233.49º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #303983 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 57 131 -
CMYK 0.63 0.56 0 0.49
HSL 233.49º 0.46% 0.35% -
HSV(B) 233.49º 0.63% 0.51% -
XYZ 6.78 5.19 22.12 -
YUV 62.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 48 57 131 0.63 0.56 0 0.49 233.49 0.46 0.35
Hex 30 39 83 3F 38 0 31 E9 2E 23
Octal 60 71 203 77 70 0 61 351 56 43
Binary 110000 111001 10000011 111111 111000 0 110001 11101001 101110 100011

Color Harmonies of #303983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303983

Black with #303983

Text Example


Text Example

White with #303983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303983; }

 p { color: rgb(48,57,131); }

 H1.HeaderClassName
 {
   color: #303983;
 }
 .AnyTagClassName
 {
   color: #303983;
 }
</style>

background-color css

<style>
 a { background-color: #303983; }

 a { background-color: rgb(48,57,131); }

 div.DivClassName
 {
   background-color: #303983;
 }
 .BgClassName
 {
   background-color: #303983;
 }
</style>

border-color css

<style>
 span { border-color: #303983; }

 span { border-color: rgb(48,57,131); }

 td.TdClassName
 {
   border-color: #303983;
 }
 .TagClassName
 {
   border-color: #303983;
 }
</style>