#32435D

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

Shades of Gulf Blue #32435D

Tints of Gulf Blue #32435D

Color information

#32435D (or 0x32435D) is unknown color: approx Gulf Blue. HEX triplet: 32, 43 and 5D. RGB value is (50,67,93). Sum of RGB (Red+Green+Blue) = 50+67+93=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #32435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32435D is #CDBCA2. Grayscale: #404040. Windows color (decimal): -13483171 or 6112050. OLE color: 6112050.

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

Color convert

RGB506793-
CMYK0.460.2800.64
HSL216.28º30.07%28.04%-
HSV(B)216.28º46.24%36.47%-
XYZ5.35.4811.13-
YUV64.88143.87117.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 93 (36.72% from 255) = 44.29%
R=23.81%
G=31.90%
B=44.29%

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
Decimal5067930.460.2800.64216.2830.0728.04
Hex32435D2E1C040d81e1c
Octal62103135563401003303634
Binary110010100001110111011011101110001000000110110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32435D; }

 p { color: rgb(50,67,93); }

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

<style>
 a { background-color: #32435D; }

 a { background-color: rgb(50,67,93); }

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

<style>
 span { border-color: #32435D; }

 span { border-color: rgb(50,67,93); }

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