#32405A

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

Shades of Gulf Blue #32405A

Tints of Gulf Blue #32405A

Color information

#32405A (or 0x32405A) is unknown color: approx Gulf Blue. HEX triplet: 32, 40 and 5A. RGB value is (50,64,90). Sum of RGB (Red+Green+Blue) = 50+64+90=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #32405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32405A is #CDBFA5. Grayscale: #3E3E3E. Windows color (decimal): -13483942 or 5914674. OLE color: 5914674.

HSL color Cylindrical-coordinate representation of color #32405A: hue angle of 219º 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 #32405A is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB506490-
CMYK0.440.2900.65
HSL219º28.57%27.45%-
HSV(B)219º44.44%35.29%-
XYZ4.995.0810.39-
YUV62.78143.36118.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=24.51%
G=31.37%
B=44.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5064900.440.2900.6521928.5727.45
Hex32405A2C1D041db1d1b
Octal62100132543501013333533
Binary110010100000010110101011001110101000001110110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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