#363D50

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

Shades of Cloud Burst #363D50

Tints of Cloud Burst #363D50

Color information

#363D50 (or 0x363D50) is unknown color: approx Cloud Burst. HEX triplet: 36, 3D and 50. RGB value is (54,61,80). Sum of RGB (Red+Green+Blue) = 54+61+80=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #363D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D50 is #C9C2AF. Grayscale: #3C3C3C. Windows color (decimal): -13222576 or 5258550. OLE color: 5258550.

HSL color Cylindrical-coordinate representation of color #363D50: hue angle of 223.85º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #363D50 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB546180-
CMYK0.330.2400.69
HSL223.85º19.4%26.27%-
HSV(B)223.85º32.5%31.37%-
XYZ4.644.78.25-
YUV61.07138.68122.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 61 (24.22% from 255) = 31.28%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=27.69%
G=31.28%
B=41.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5461800.330.2400.69223.8519.426.27
Hex363D502118045e0131a
Octal6675120413001053402332
Binary11011011110110100001000011100001000101111000001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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