#394462

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

Shades of Gulf Blue #394462

Tints of Gulf Blue #394462

Color information

#394462 (or 0x394462) is unknown color: approx Gulf Blue. HEX triplet: 39, 44 and 62. RGB value is (57,68,98). Sum of RGB (Red+Green+Blue) = 57+68+98=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #394462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394462 is #C6BB9D. Grayscale: #444444. Windows color (decimal): -13024158 or 6439993. OLE color: 6439993.

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

Color convert

RGB576898-
CMYK0.420.3100.62
HSL223.9º26.45%30.39%-
HSV(B)223.9º41.84%38.43%-
XYZ5.965.8912.38-
YUV68.13144.86120.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=25.56%
G=30.49%
B=43.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5768980.420.3100.62223.926.4530.39
Hex3944622A1F03Ee01a1e
Octal7110414252370763403236
Binary11100110001001100010101010111110111110111000001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394462; }

 p { color: rgb(57,68,98); }

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

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

 a { background-color: rgb(57,68,98); }

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

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

 span { border-color: rgb(57,68,98); }

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