#363C46

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

Shades of Cloud Burst #363C46

Tints of Cloud Burst #363C46

Color information

#363C46 (or 0x363C46) is unknown color: approx Cloud Burst. HEX triplet: 36, 3C and 46. RGB value is (54,60,70). Sum of RGB (Red+Green+Blue) = 54+60+70=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 70 - color contains mainly: blue. Hex color #363C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C46 is #C9C3B9. Grayscale: #3B3B3B. Windows color (decimal): -13222842 or 4602934. OLE color: 4602934.

HSL color Cylindrical-coordinate representation of color #363C46: hue angle of 217.5º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #363C46 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB546070-
CMYK0.230.1400.73
HSL217.5º12.9%24.31%-
HSV(B)217.5º22.86%27.45%-
XYZ4.244.466.43-
YUV59.35134.01124.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.35%
GREEN value IS 60 (23.83% from 255) = 32.61%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=29.35%
G=32.61%
B=38.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5460700.230.1400.73217.512.924.31
Hex363C4617E049dad18
Octal6674106271601113321530
Binary11011011110010001101011111100100100111011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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