#323853

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

Shades of Gulf Blue #323853

Tints of Gulf Blue #323853

Color information

#323853 (or 0x323853) is unknown color: approx Gulf Blue. HEX triplet: 32, 38 and 53. RGB value is (50,56,83). Sum of RGB (Red+Green+Blue) = 50+56+83=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #323853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323853 is #CDC7AC. Grayscale: #393939. Windows color (decimal): -13485997 or 5453874. OLE color: 5453874.

HSL color Cylindrical-coordinate representation of color #323853: hue angle of 229.09º 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 #323853 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB505683-
CMYK0.400.3300.67
HSL229.09º24.81%26.08%-
HSV(B)229.09º39.76%32.55%-
XYZ4.294.138.75-
YUV57.28142.51122.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 56 (22.27% from 255) = 29.63%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=26.46%
G=29.63%
B=43.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5056830.400.3300.67229.0924.8126.08
Hex3238532821043e5191a
Octal6270123504101033453132
Binary110010111000101001110100010000101000011111001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323853; }

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

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

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

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

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

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

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

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