#323C58

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

Shades of Gulf Blue #323C58

Tints of Gulf Blue #323C58

Color information

#323C58 (or 0x323C58) is unknown color: approx Gulf Blue. HEX triplet: 32, 3C and 58. RGB value is (50,60,88). Sum of RGB (Red+Green+Blue) = 50+60+88=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #323C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C58 is #CDC3A7. Grayscale: #3C3C3C. Windows color (decimal): -13484968 or 5782578. OLE color: 5782578.

HSL color Cylindrical-coordinate representation of color #323C58: hue angle of 224.21º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #323C58 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB506088-
CMYK0.430.3200.65
HSL224.21º27.54%27.06%-
HSV(B)224.21º43.18%34.51%-
XYZ4.694.619.88-
YUV60.2143.69120.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 60 (23.83% from 255) = 30.30%
BLUE value IS 88 (34.77% from 255) = 44.44%
R=25.25%
G=30.30%
B=44.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5060880.430.3200.65224.2127.5427.06
Hex323C582B20041e01c1b
Octal6274130534001013403433
Binary110010111100101100010101110000001000001111000001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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