#363C47

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

Shades of Cloud Burst #363C47

Tints of Cloud Burst #363C47

Color information

#363C47 (or 0x363C47) is unknown color: approx Cloud Burst. HEX triplet: 36, 3C and 47. RGB value is (54,60,71). Sum of RGB (Red+Green+Blue) = 54+60+71=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 71 - color contains mainly: blue. Hex color #363C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C47 is #C9C3B8. Grayscale: #3B3B3B. Windows color (decimal): -13222841 or 4668470. OLE color: 4668470.

HSL color Cylindrical-coordinate representation of color #363C47: hue angle of 218.82º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #363C47 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB546071-
CMYK0.240.1500.72
HSL218.82º13.6%24.51%-
HSV(B)218.82º23.94%27.84%-
XYZ4.274.476.6-
YUV59.46134.51124.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 60 (23.83% from 255) = 32.43%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=29.19%
G=32.43%
B=38.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5460710.240.1500.72218.8213.624.51
Hex363C4718F048dbe19
Octal6674107301701103331631
Binary11011011110010001111100011110100100011011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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