#393EA8

Color #393EA8 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #393EA8

Tints of Governor Bay #393EA8

Color information

#393EA8 (or 0x393EA8) is unknown color: approx Governor Bay. HEX triplet: 39, 3E and A8. RGB value is (57,62,168). Sum of RGB (Red+Green+Blue) = 57+62+168=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 168 (66.02% from 255 or 58.54% from 287); Max value from RGB is 168 - color contains mainly: blue. Hex color #393EA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393EA8 is #C6C157. Grayscale: #484848. Windows color (decimal): -13025624 or 11025977. OLE color: 11025977.

HSL color Cylindrical-coordinate representation of color #393EA8: hue angle of 237.3º 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 #393EA8 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5762168-
CMYK0.660.6300.34
HSL237.3º49.33%44.12%-
HSV(B)237.3º66.07%65.88%-
XYZ10.487.1437.87-
YUV72.59181.84116.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 62 (24.61% from 255) = 21.60%
BLUE value IS 168 (66.02% from 255) = 58.54%
R=19.86%
G=21.60%
B=58.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal57621680.660.6300.34237.349.3344.12
Hex393EA8423F022ed312c
Octal7176250102770423556154
Binary111001111110101010001000010111111010001011101101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #393EA8;
 }
 .AnyTagClassName
 {
   color: #393EA8;
 }
</style>
background-color css

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

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

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

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

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

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