#394CA5

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

Shades of Governor Bay #394CA5

Tints of Governor Bay #394CA5

Color information

#394CA5 (or 0x394CA5) is unknown color: approx Governor Bay. HEX triplet: 39, 4C and A5. RGB value is (57,76,165). Sum of RGB (Red+Green+Blue) = 57+76+165=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 165 (64.84% from 255 or 55.37% from 298); Max value from RGB is 165 - color contains mainly: blue. Hex color #394CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394CA5 is #C6B35A. Grayscale: #505050. Windows color (decimal): -13022043 or 10832953. OLE color: 10832953.

HSL color Cylindrical-coordinate representation of color #394CA5: hue angle of 229.44º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #394CA5 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5776165-
CMYK0.650.5400.35
HSL229.44º48.65%43.53%-
HSV(B)229.44º65.45%64.71%-
XYZ11.068.7636.7-
YUV80.46175.71111.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 165 (64.84% from 255) = 55.37%
R=19.13%
G=25.50%
B=55.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal57761650.650.5400.35229.4448.6543.53
Hex394CA54136023e5312c
Octal71114245101660433456154
Binary1110011001100101001011000001110110010001111100101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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