#32425E

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

Shades of Gulf Blue #32425E

Tints of Gulf Blue #32425E

Color information

#32425E (or 0x32425E) is unknown color: approx Gulf Blue. HEX triplet: 32, 42 and 5E. RGB value is (50,66,94). Sum of RGB (Red+Green+Blue) = 50+66+94=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #32425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32425E is #CDBDA1. Grayscale: #404040. Windows color (decimal): -13483426 or 6177330. OLE color: 6177330.

HSL color Cylindrical-coordinate representation of color #32425E: hue angle of 218.18º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32425E is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB506694-
CMYK0.470.3000.63
HSL218.18º30.56%28.24%-
HSV(B)218.18º46.81%36.86%-
XYZ5.285.3811.35-
YUV64.41144.7117.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 94 (37.11% from 255) = 44.76%
R=23.81%
G=31.43%
B=44.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5066940.470.3000.63218.1830.5628.24
Hex32425E2F1E03Fda1f1c
Octal6210213657360773323734
Binary11001010000101011110101111111100111111110110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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