#363D4D

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

Shades of Cloud Burst #363D4D

Tints of Cloud Burst #363D4D

Color information

#363D4D (or 0x363D4D) is unknown color: approx Cloud Burst. HEX triplet: 36, 3D and 4D. RGB value is (54,61,77). Sum of RGB (Red+Green+Blue) = 54+61+77=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #363D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D4D is #C9C2B2. Grayscale: #3C3C3C. Windows color (decimal): -13222579 or 5061942. OLE color: 5061942.

HSL color Cylindrical-coordinate representation of color #363D4D: hue angle of 221.74º 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 #363D4D is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB546177-
CMYK0.300.2100.70
HSL221.74º17.56%25.69%-
HSV(B)221.74º29.87%30.2%-
XYZ4.534.667.68-
YUV60.73137.18123.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 61 (24.22% from 255) = 31.77%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=28.12%
G=31.77%
B=40.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5461770.300.2100.70221.7417.5625.69
Hex363D4D1E15046de121a
Octal6675115362501063362232
Binary1101101111011001101111101010101000110110111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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