#39405A

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

Shades of Gulf Blue #39405A

Tints of Gulf Blue #39405A

Color information

#39405A (or 0x39405A) is unknown color: approx Gulf Blue. HEX triplet: 39, 40 and 5A. RGB value is (57,64,90). Sum of RGB (Red+Green+Blue) = 57+64+90=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #39405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39405A is #C6BFA5. Grayscale: #404040. Windows color (decimal): -13025190 or 5914681. OLE color: 5914681.

HSL color Cylindrical-coordinate representation of color #39405A: hue angle of 227.27º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #39405A is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB576490-
CMYK0.370.2900.65
HSL227.27º22.45%28.82%-
HSV(B)227.27º36.67%35.29%-
XYZ5.375.2710.41-
YUV64.87142.18122.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=27.01%
G=30.33%
B=42.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5764900.370.2900.65227.2722.4528.82
Hex39405A251D041e3161d
Octal71100132453501013432635
Binary111001100000010110101001011110101000001111000111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39405A; }

 p { color: rgb(57,64,90); }

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

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

 a { background-color: rgb(57,64,90); }

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

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

 span { border-color: rgb(57,64,90); }

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