#323C5D

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

Shades of Gulf Blue #323C5D

Tints of Gulf Blue #323C5D

Color information

#323C5D (or 0x323C5D) is unknown color: approx Gulf Blue. HEX triplet: 32, 3C and 5D. RGB value is (50,60,93). Sum of RGB (Red+Green+Blue) = 50+60+93=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #323C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C5D is #CDC3A2. Grayscale: #3C3C3C. Windows color (decimal): -13484963 or 6110258. OLE color: 6110258.

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

Color convert

RGB506093-
CMYK0.460.3500.64
HSL226.05º30.07%28.04%-
HSV(B)226.05º46.24%36.47%-
XYZ4.914.711-
YUV60.77146.19120.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 60 (23.83% from 255) = 29.56%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=24.63%
G=29.56%
B=45.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5060930.460.3500.64226.0530.0728.04
Hex323C5D2E23040e21e1c
Octal6274135564301003423634
Binary110010111100101110110111010001101000000111000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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