#363C4D

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

Shades of Cloud Burst #363C4D

Tints of Cloud Burst #363C4D

Color information

#363C4D (or 0x363C4D) is unknown color: approx Cloud Burst. HEX triplet: 36, 3C and 4D. RGB value is (54,60,77). Sum of RGB (Red+Green+Blue) = 54+60+77=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #363C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C4D is #C9C3B2. Grayscale: #3C3C3C. Windows color (decimal): -13222835 or 5061686. OLE color: 5061686.

HSL color Cylindrical-coordinate representation of color #363C4D: hue angle of 224.35º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #363C4D is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB546077-
CMYK0.300.2200.70
HSL224.35º17.56%25.69%-
HSV(B)224.35º29.87%30.2%-
XYZ4.484.557.66-
YUV60.14137.51123.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.27%
GREEN value IS 60 (23.83% from 255) = 31.41%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=28.27%
G=31.41%
B=40.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5460770.300.2200.70224.3517.5625.69
Hex363C4D1E16046e0121a
Octal6674115362601063402232
Binary1101101111001001101111101011001000110111000001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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