#32425B

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

Shades of Gulf Blue #32425B

Tints of Gulf Blue #32425B

Color information

#32425B (or 0x32425B) is unknown color: approx Gulf Blue. HEX triplet: 32, 42 and 5B. RGB value is (50,66,91). Sum of RGB (Red+Green+Blue) = 50+66+91=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #32425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32425B is #CDBDA4. Grayscale: #3F3F3F. Windows color (decimal): -13483429 or 5980722. OLE color: 5980722.

HSL color Cylindrical-coordinate representation of color #32425B: hue angle of 216.59º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #32425B is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB506691-
CMYK0.450.2700.64
HSL216.59º29.08%27.65%-
HSV(B)216.59º45.05%35.69%-
XYZ5.155.3310.65-
YUV64.07143.2117.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=24.15%
G=31.88%
B=43.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5066910.450.2700.64216.5929.0827.65
Hex32425B2D1B040d91d1c
Octal62102133553301003313534
Binary110010100001010110111011011101101000000110110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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