Html Css Color HEX #393FA8 Governor Bay

📋 copy color: '#393FA8'

red 57 ◦ green 63 ◦ blue 168

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

Shades of Governor Bay #393FA8

Tints of Governor Bay #393FA8

RGB

 RED value IS 57 (22.66% from 255) = 19.79%

 GREEN value IS 63 (25% from 255) = 21.88%

 BLUE value IS 168 (66.02% from 255) = 58.33%

R = 19.79%
G = 21.88%
B = 58.33%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#393FA8 (or 0x393FA8) is known color: Governor Bay. HEX triplet: 39, 3F and A8. RGB value is (57,63,168). Sum of RGB (Red+Green+Blue) = 57+63+168=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 168 (66.02% from 255 or 58.33% from 288); Max value from RGB is 168 - color contains mainly: blue. Hex color #393FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393FA8 is #C6C057. Grayscale: #484848. Windows color (decimal): -13025368 or 11026233. OLE color: 11026233.

HSL color Cylindrical-coordinate representation of color #393FA8: hue angle of 236.76º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #393FA8 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 57 63 168 -
CMYK 0.66 0.63 0 0.34
HSL 236.76º 0.49% 0.44% -
HSV(B) 236.76º 0.66% 0.66% -
XYZ 10.53 7.25 37.89 -
YUV 73.18 181.51 116.46 -
System Red Green Blue C M Y K H S L
Decimal 57 63 168 0.66 0.63 0 0.34 236.76 0.49 0.44
Hex 39 3F A8 42 3F 0 22 ED 31 2C
Octal 71 77 250 102 77 0 42 355 61 54
Binary 111001 111111 10101000 1000010 111111 0 100010 11101101 110001 101100

Color Harmonies of #393FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FA8

Black with #393FA8

Text Example


Text Example

White with #393FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393FA8; }

 p { color: rgb(57,63,168); }

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

background-color css

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

 a { background-color: rgb(57,63,168); }

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

border-color css

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

 span { border-color: rgb(57,63,168); }

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