#394CA4

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

Shades of Governor Bay #394CA4

Tints of Governor Bay #394CA4

Color information

#394CA4 (or 0x394CA4) is unknown color: approx Governor Bay. HEX triplet: 39, 4C and A4. RGB value is (57,76,164). Sum of RGB (Red+Green+Blue) = 57+76+164=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #394CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394CA4 is #C6B35B. Grayscale: #4F4F4F. Windows color (decimal): -13022044 or 10767417. OLE color: 10767417.

HSL color Cylindrical-coordinate representation of color #394CA4: hue angle of 229.35º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #394CA4 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5776164-
CMYK0.650.5400.36
HSL229.35º48.42%43.33%-
HSV(B)229.35º65.24%64.31%-
XYZ10.978.7236.23-
YUV80.35175.21111.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.19%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 164 (64.45% from 255) = 55.22%
R=19.19%
G=25.59%
B=55.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal57761640.650.5400.36229.3548.4243.33
Hex394CA44136024e5302b
Octal71114244101660443456053
Binary1110011001100101001001000001110110010010011100101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394CA4; }

 p { color: rgb(57,76,164); }

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

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

 a { background-color: rgb(57,76,164); }

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

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

 span { border-color: rgb(57,76,164); }

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