#32425C

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

Shades of Gulf Blue #32425C

Tints of Gulf Blue #32425C

Color information

#32425C (or 0x32425C) is unknown color: approx Gulf Blue. HEX triplet: 32, 42 and 5C. RGB value is (50,66,92). Sum of RGB (Red+Green+Blue) = 50+66+92=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #32425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32425C is #CDBDA3. Grayscale: #404040. Windows color (decimal): -13483428 or 6046258. OLE color: 6046258.

HSL color Cylindrical-coordinate representation of color #32425C: hue angle of 217.14º 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 #32425C is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB506692-
CMYK0.460.2800.64
HSL217.14º29.58%27.84%-
HSV(B)217.14º45.65%36.08%-
XYZ5.25.3510.88-
YUV64.18143.7117.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=24.04%
G=31.73%
B=44.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5066920.460.2800.64217.1429.5827.84
Hex32425C2E1C040d91e1c
Octal62102134563401003313634
Binary110010100001010111001011101110001000000110110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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