#323C5C

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

Shades of Gulf Blue #323C5C

Tints of Gulf Blue #323C5C

Color information

#323C5C (or 0x323C5C) is unknown color: approx Gulf Blue. HEX triplet: 32, 3C and 5C. RGB value is (50,60,92). Sum of RGB (Red+Green+Blue) = 50+60+92=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #323C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C5C is #CDC3A3. Grayscale: #3C3C3C. Windows color (decimal): -13484964 or 6044722. OLE color: 6044722.

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

Color convert

RGB506092-
CMYK0.460.3500.64
HSL225.71º29.58%27.84%-
HSV(B)225.71º45.65%36.08%-
XYZ4.864.6810.77-
YUV60.66145.69120.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 60 (23.83% from 255) = 29.70%
BLUE value IS 92 (36.33% from 255) = 45.54%
R=24.75%
G=29.70%
B=45.54%

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
Decimal5060920.460.3500.64225.7129.5827.84
Hex323C5C2E23040e21e1c
Octal6274134564301003423634
Binary110010111100101110010111010001101000000111000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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