#323E5B

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

Shades of Gulf Blue #323E5B

Tints of Gulf Blue #323E5B

Color information

#323E5B (or 0x323E5B) is unknown color: approx Gulf Blue. HEX triplet: 32, 3E and 5B. RGB value is (50,62,91). Sum of RGB (Red+Green+Blue) = 50+62+91=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #323E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E5B is #CDC1A4. Grayscale: #3D3D3D. Windows color (decimal): -13484453 or 5979698. OLE color: 5979698.

HSL color Cylindrical-coordinate representation of color #323E5B: hue angle of 222.44º 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 #323E5B is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB506291-
CMYK0.450.3200.64
HSL222.44º29.08%27.65%-
HSV(B)222.44º45.05%35.69%-
XYZ4.934.8810.58-
YUV61.72144.52119.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=24.63%
G=30.54%
B=44.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5062910.450.3200.64222.4429.0827.65
Hex323E5B2D20040de1d1c
Octal6276133554001003363534
Binary110010111110101101110110110000001000000110111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323E5B; }

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

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

<style>
 a { background-color: #323E5B; }

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

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

<style>
 span { border-color: #323E5B; }

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

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