#32486B

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

Shades of Gulf Blue #32486B

Tints of Gulf Blue #32486B

Color information

#32486B (or 0x32486B) is unknown color: approx Gulf Blue. HEX triplet: 32, 48 and 6B. RGB value is (50,72,107). Sum of RGB (Red+Green+Blue) = 50+72+107=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #32486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32486B is #CDB794. Grayscale: #454545. Windows color (decimal): -13481877 or 7030834. OLE color: 7030834.

HSL color Cylindrical-coordinate representation of color #32486B: hue angle of 216.84º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32486B is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5072107-
CMYK0.530.3300.58
HSL216.84º36.31%30.78%-
HSV(B)216.84º53.27%41.96%-
XYZ6.296.3714.81-
YUV69.41149.21114.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 107 (42.19% from 255) = 46.72%
R=21.83%
G=31.44%
B=46.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50721070.530.3300.58216.8436.3130.78
Hex32486B352103Ad9241f
Octal6211015365410723314437
Binary1100101001000110101111010110000101110101101100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,72,107); }

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

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

 a { background-color: rgb(50,72,107); }

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

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

 span { border-color: rgb(50,72,107); }

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