#323953

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

Shades of Gulf Blue #323953

Tints of Gulf Blue #323953

Color information

#323953 (or 0x323953) is unknown color: approx Gulf Blue. HEX triplet: 32, 39 and 53. RGB value is (50,57,83). Sum of RGB (Red+Green+Blue) = 50+57+83=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #323953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323953 is #CDC6AC. Grayscale: #393939. Windows color (decimal): -13485741 or 5454130. OLE color: 5454130.

HSL color Cylindrical-coordinate representation of color #323953: hue angle of 227.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #323953 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB505783-
CMYK0.400.3100.67
HSL227.27º24.81%26.08%-
HSV(B)227.27º39.76%32.55%-
XYZ4.344.238.77-
YUV57.87142.18122.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=26.32%
G=30%
B=43.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5057830.400.3100.67227.2724.8126.08
Hex323953281F043e3191a
Octal6271123503701033433132
Binary11001011100110100111010001111101000011111000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323953; }

 p { color: rgb(50,57,83); }

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

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

 a { background-color: rgb(50,57,83); }

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

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

 span { border-color: rgb(50,57,83); }

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