#39415B

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

Shades of Gulf Blue #39415B

Tints of Gulf Blue #39415B

Color information

#39415B (or 0x39415B) is unknown color: approx Gulf Blue. HEX triplet: 39, 41 and 5B. RGB value is (57,65,91). Sum of RGB (Red+Green+Blue) = 57+65+91=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #39415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39415B is #C6BEA4. Grayscale: #414141. Windows color (decimal): -13024933 or 5980473. OLE color: 5980473.

HSL color Cylindrical-coordinate representation of color #39415B: hue angle of 225.88º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #39415B is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB576591-
CMYK0.370.2900.64
HSL225.88º22.97%29.02%-
HSV(B)225.88º37.36%35.69%-
XYZ5.475.4110.65-
YUV65.57142.35121.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=26.76%
G=30.52%
B=42.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5765910.370.2900.64225.8822.9729.02
Hex39415B251D040e2171d
Octal71101133453501003422735
Binary111001100000110110111001011110101000000111000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39415B; }

 p { color: rgb(57,65,91); }

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

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

 a { background-color: rgb(57,65,91); }

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

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

 span { border-color: rgb(57,65,91); }

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