#394766

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

Shades of Gulf Blue #394766

Tints of Gulf Blue #394766

Color information

#394766 (or 0x394766) is unknown color: approx Gulf Blue. HEX triplet: 39, 47 and 66. RGB value is (57,71,102). Sum of RGB (Red+Green+Blue) = 57+71+102=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #394766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394766 is #C6B899. Grayscale: #464646. Windows color (decimal): -13023386 or 6702905. OLE color: 6702905.

HSL color Cylindrical-coordinate representation of color #394766: hue angle of 221.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #394766 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5771102-
CMYK0.440.3000.6
HSL221.33º28.3%31.18%-
HSV(B)221.33º44.12%40%-
XYZ6.346.3413.46-
YUV70.35145.86118.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 102 (40.23% from 255) = 44.35%
R=24.78%
G=30.87%
B=44.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57711020.440.3000.6221.3328.331.18
Hex3947662C1E03Cdd1c1f
Octal7110714654360743353437
Binary11100110001111100110101100111100111100110111011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394766; }

 p { color: rgb(57,71,102); }

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

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

 a { background-color: rgb(57,71,102); }

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

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

 span { border-color: rgb(57,71,102); }

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