#393FA9

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

Shades of Governor Bay #393FA9

Tints of Governor Bay #393FA9

Color information

#393FA9 (or 0x393FA9) is unknown color: approx Governor Bay. HEX triplet: 39, 3F and A9. RGB value is (57,63,169). Sum of RGB (Red+Green+Blue) = 57+63+169=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 169 (66.41% from 255 or 58.48% from 289); Max value from RGB is 169 - color contains mainly: blue. Hex color #393FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393FA9 is #C6C056. Grayscale: #484848. Windows color (decimal): -13025367 or 11091769. OLE color: 11091769.

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

Color convert

RGB5763169-
CMYK0.660.6300.34
HSL236.79º49.56%44.31%-
HSV(B)236.79º66.27%66.27%-
XYZ10.637.2938.38-
YUV73.29182.01116.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.72%
GREEN value IS 63 (25% from 255) = 21.80%
BLUE value IS 169 (66.41% from 255) = 58.48%
R=19.72%
G=21.80%
B=58.48%

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
Decimal57631690.660.6300.34236.7949.5644.31
Hex393FA9423F022ed322c
Octal7177251102770423556254
Binary111001111111101010011000010111111010001011101101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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