#323C5B

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

Shades of Gulf Blue #323C5B

Tints of Gulf Blue #323C5B

Color information

#323C5B (or 0x323C5B) is unknown color: approx Gulf Blue. HEX triplet: 32, 3C and 5B. RGB value is (50,60,91). Sum of RGB (Red+Green+Blue) = 50+60+91=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #323C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C5B is #CDC3A4. Grayscale: #3C3C3C. Windows color (decimal): -13484965 or 5979186. OLE color: 5979186.

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

Color convert

RGB506091-
CMYK0.450.3400.64
HSL225.37º29.08%27.65%-
HSV(B)225.37º45.05%35.69%-
XYZ4.824.6710.54-
YUV60.54145.19120.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=24.88%
G=29.85%
B=45.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5060910.450.3400.64225.3729.0827.65
Hex323C5B2D22040e11d1c
Octal6274133554201003413534
Binary110010111100101101110110110001001000000111000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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