#363E49

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

Shades of Cloud Burst #363E49

Tints of Cloud Burst #363E49

Color information

#363E49 (or 0x363E49) is unknown color: approx Cloud Burst. HEX triplet: 36, 3E and 49. RGB value is (54,62,73). Sum of RGB (Red+Green+Blue) = 54+62+73=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 73 - color contains mainly: blue. Hex color #363E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363E49 is #C9C1B6. Grayscale: #3C3C3C. Windows color (decimal): -13222327 or 4800054. OLE color: 4800054.

HSL color Cylindrical-coordinate representation of color #363E49: hue angle of 214.74º 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 #363E49 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB546273-
CMYK0.260.1500.71
HSL214.74º14.96%24.9%-
HSV(B)214.74º26.03%28.63%-
XYZ4.454.716.98-
YUV60.86134.85123.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.57%
GREEN value IS 62 (24.61% from 255) = 32.80%
BLUE value IS 73 (28.91% from 255) = 38.62%
R=28.57%
G=32.80%
B=38.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5462730.260.1500.71214.7414.9624.9
Hex363E491AF047d7f19
Octal6676111321701073271731
Binary11011011111010010011101011110100011111010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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