#394360

Color #394360 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #394360

Tints of Gulf Blue #394360

Color information

#394360 (or 0x394360) is unknown color: approx Gulf Blue. HEX triplet: 39, 43 and 60. RGB value is (57,67,96). Sum of RGB (Red+Green+Blue) = 57+67+96=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #394360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394360 is #C6BC9F. Grayscale: #434343. Windows color (decimal): -13024416 or 6308665. OLE color: 6308665.

HSL color Cylindrical-coordinate representation of color #394360: hue angle of 224.62º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #394360 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB576796-
CMYK0.410.3000.62
HSL224.62º25.49%30%-
HSV(B)224.62º40.62%37.65%-
XYZ5.815.7311.87-
YUV67.32144.19120.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=25.91%
G=30.45%
B=43.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5767960.410.3000.62224.6225.4930
Hex394360291E03Ee1191e
Octal7110314051360763413136
Binary11100110000111100000101001111100111110111000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394360; }

 p { color: rgb(57,67,96); }

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

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

 a { background-color: rgb(57,67,96); }

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

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

 span { border-color: rgb(57,67,96); }

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