#323C4B

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

Shades of Cloud Burst #323C4B

Tints of Cloud Burst #323C4B

Color information

#323C4B (or 0x323C4B) is unknown color: approx Cloud Burst. HEX triplet: 32, 3C and 4B. RGB value is (50,60,75). Sum of RGB (Red+Green+Blue) = 50+60+75=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 75 - color contains mainly: blue. Hex color #323C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C4B is #CDC3B4. Grayscale: #3A3A3A. Windows color (decimal): -13484981 or 4930610. OLE color: 4930610.

HSL color Cylindrical-coordinate representation of color #323C4B: hue angle of 216º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #323C4B is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB506075-
CMYK0.330.2000.71
HSL216º20%24.51%-
HSV(B)216º33.33%29.41%-
XYZ4.24.427.29-
YUV58.72137.19121.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 60 (23.83% from 255) = 32.43%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=27.03%
G=32.43%
B=40.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5060750.330.2000.712162024.51
Hex323C4B2114047d81419
Octal6274113412401073302431
Binary11001011110010010111000011010001000111110110001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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