#32405C

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

Shades of Gulf Blue #32405C

Tints of Gulf Blue #32405C

Color information

#32405C (or 0x32405C) is unknown color: approx Gulf Blue. HEX triplet: 32, 40 and 5C. RGB value is (50,64,92). Sum of RGB (Red+Green+Blue) = 50+64+92=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #32405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32405C is #CDBFA3. Grayscale: #3E3E3E. Windows color (decimal): -13483940 or 6045746. OLE color: 6045746.

HSL color Cylindrical-coordinate representation of color #32405C: hue angle of 220º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32405C is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB506492-
CMYK0.460.3000.64
HSL220º29.58%27.84%-
HSV(B)220º45.65%36.08%-
XYZ5.085.1210.85-
YUV63.01144.36118.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=24.27%
G=31.07%
B=44.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5064920.460.3000.6422029.5827.84
Hex32405C2E1E040dc1e1c
Octal62100134563601003343634
Binary110010100000010111001011101111001000000110111001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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