#363B47

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

Shades of Cloud Burst #363B47

Tints of Cloud Burst #363B47

Color information

#363B47 (or 0x363B47) is unknown color: approx Cloud Burst. HEX triplet: 36, 3B and 47. RGB value is (54,59,71). Sum of RGB (Red+Green+Blue) = 54+59+71=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 71 - color contains mainly: blue. Hex color #363B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B47 is #C9C4B8. Grayscale: #3A3A3A. Windows color (decimal): -13223097 or 4668214. OLE color: 4668214.

HSL color Cylindrical-coordinate representation of color #363B47: hue angle of 222.35º 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 #363B47 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB545971-
CMYK0.240.1700.72
HSL222.35º13.6%24.51%-
HSV(B)222.35º23.94%27.84%-
XYZ4.224.376.58-
YUV58.87134.84124.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.35%
GREEN value IS 59 (23.44% from 255) = 32.07%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=29.35%
G=32.07%
B=38.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5459710.240.1700.72222.3513.624.51
Hex363B471811048dee19
Octal6673107302101103361631
Binary110110111011100011111000100010100100011011110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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