#32415A

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

Shades of Gulf Blue #32415A

Tints of Gulf Blue #32415A

Color information

#32415A (or 0x32415A) is unknown color: approx Gulf Blue. HEX triplet: 32, 41 and 5A. RGB value is (50,65,90). Sum of RGB (Red+Green+Blue) = 50+65+90=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #32415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32415A is #CDBEA5. Grayscale: #3F3F3F. Windows color (decimal): -13483686 or 5914930. OLE color: 5914930.

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

Color convert

RGB506590-
CMYK0.440.2800.65
HSL217.5º28.57%27.45%-
HSV(B)217.5º44.44%35.29%-
XYZ5.055.210.41-
YUV63.36143.03118.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 90 (35.55% from 255) = 43.90%
R=24.39%
G=31.71%
B=43.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5065900.440.2800.65217.528.5727.45
Hex32415A2C1C041da1d1b
Octal62101132543401013323533
Binary110010100000110110101011001110001000001110110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,65,90); }

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

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

 a { background-color: rgb(50,65,90); }

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

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

 span { border-color: rgb(50,65,90); }

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