#363B48

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

Shades of Cloud Burst #363B48

Tints of Cloud Burst #363B48

Color information

#363B48 (or 0x363B48) is unknown color: approx Cloud Burst. HEX triplet: 36, 3B and 48. RGB value is (54,59,72). Sum of RGB (Red+Green+Blue) = 54+59+72=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: blue. Hex color #363B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B48 is #C9C4B7. Grayscale: #3A3A3A. Windows color (decimal): -13223096 or 4733750. OLE color: 4733750.

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

Color convert

RGB545972-
CMYK0.250.1800.72
HSL223.33º14.29%24.71%-
HSV(B)223.33º25%28.24%-
XYZ4.254.386.75-
YUV58.99135.34124.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 59 (23.44% from 255) = 31.89%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=29.19%
G=31.89%
B=38.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5459720.250.1800.72223.3314.2924.71
Hex363B481912048dfe19
Octal6673110312201103371631
Binary110110111011100100011001100100100100011011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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