#323C5E

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

Shades of Gulf Blue #323C5E

Tints of Gulf Blue #323C5E

Color information

#323C5E (or 0x323C5E) is unknown color: approx Gulf Blue. HEX triplet: 32, 3C and 5E. RGB value is (50,60,94). Sum of RGB (Red+Green+Blue) = 50+60+94=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #323C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C5E is #CDC3A1. Grayscale: #3C3C3C. Windows color (decimal): -13484962 or 6175794. OLE color: 6175794.

HSL color Cylindrical-coordinate representation of color #323C5E: hue angle of 226.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #323C5E is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB506094-
CMYK0.470.3600.63
HSL226.36º30.56%28.24%-
HSV(B)226.36º46.81%36.86%-
XYZ4.954.7211.24-
YUV60.89146.69120.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 60 (23.83% from 255) = 29.41%
BLUE value IS 94 (37.11% from 255) = 46.08%
R=24.51%
G=29.41%
B=46.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5060940.470.3600.63226.3630.5628.24
Hex323C5E2F2403Fe21f1c
Octal627413657440773423734
Binary11001011110010111101011111001000111111111000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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