#323F4D

Color #323F4D Cloud Burst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud Burst #323F4D

Tints of Cloud Burst #323F4D

Color information

#323F4D (or 0x323F4D) is unknown color: approx Cloud Burst. HEX triplet: 32, 3F and 4D. RGB value is (50,63,77). Sum of RGB (Red+Green+Blue) = 50+63+77=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #323F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F4D is #CDC0B2. Grayscale: #3C3C3C. Windows color (decimal): -13484211 or 5062450. OLE color: 5062450.

HSL color Cylindrical-coordinate representation of color #323F4D: hue angle of 211.11º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #323F4D is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB506377-
CMYK0.350.1800.70
HSL211.11º21.26%24.9%-
HSV(B)211.11º35.06%30.2%-
XYZ4.434.777.71-
YUV60.71137.19120.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=26.32%
G=33.16%
B=40.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5063770.350.1800.70211.1121.2624.9
Hex323F4D2312046d31519
Octal6277115432201063232531
Binary11001011111110011011000111001001000110110100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,63,77); }

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

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

 a { background-color: rgb(50,63,77); }

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

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

 span { border-color: rgb(50,63,77); }

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