#323D5C

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

Shades of Gulf Blue #323D5C

Tints of Gulf Blue #323D5C

Color information

#323D5C (or 0x323D5C) is unknown color: approx Gulf Blue. HEX triplet: 32, 3D and 5C. RGB value is (50,61,92). Sum of RGB (Red+Green+Blue) = 50+61+92=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #323D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D5C is #CDC2A3. Grayscale: #3D3D3D. Windows color (decimal): -13484708 or 6044978. OLE color: 6044978.

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

Color convert

RGB506192-
CMYK0.460.3400.64
HSL224.29º29.58%27.84%-
HSV(B)224.29º45.65%36.08%-
XYZ4.924.7910.79-
YUV61.24145.36119.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=24.63%
G=30.05%
B=45.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5061920.460.3400.64224.2929.5827.84
Hex323D5C2E22040e01e1c
Octal6275134564201003403634
Binary110010111101101110010111010001001000000111000001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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