#363C49

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

Shades of Cloud Burst #363C49

Tints of Cloud Burst #363C49

Color information

#363C49 (or 0x363C49) is unknown color: approx Cloud Burst. HEX triplet: 36, 3C and 49. RGB value is (54,60,73). Sum of RGB (Red+Green+Blue) = 54+60+73=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 73 - color contains mainly: blue. Hex color #363C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C49 is #C9C3B6. Grayscale: #3B3B3B. Windows color (decimal): -13222839 or 4799542. OLE color: 4799542.

HSL color Cylindrical-coordinate representation of color #363C49: hue angle of 221.05º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #363C49 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB546073-
CMYK0.260.1800.71
HSL221.05º14.96%24.9%-
HSV(B)221.05º26.03%28.63%-
XYZ4.344.56.94-
YUV59.69135.51123.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.88%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=28.88%
G=32.09%
B=39.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5460730.260.1800.71221.0514.9624.9
Hex363C491A12047ddf19
Octal6674111322201073351731
Binary110110111100100100111010100100100011111011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363C49; }

 p { color: rgb(54,60,73); }

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

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

 a { background-color: rgb(54,60,73); }

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

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

 span { border-color: rgb(54,60,73); }

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