#363F54

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

Shades of Cloud Burst #363F54

Tints of Cloud Burst #363F54

Color information

#363F54 (or 0x363F54) is unknown color: approx Cloud Burst. HEX triplet: 36, 3F and 54. RGB value is (54,63,84). Sum of RGB (Red+Green+Blue) = 54+63+84=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #363F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F54 is #C9C0AB. Grayscale: #3E3E3E. Windows color (decimal): -13222060 or 5521206. OLE color: 5521206.

HSL color Cylindrical-coordinate representation of color #363F54: hue angle of 222º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #363F54 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB546384-
CMYK0.360.2500.67
HSL222º21.74%27.06%-
HSV(B)222º35.71%32.94%-
XYZ4.94.989.09-
YUV62.7140.02121.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 63 (25% from 255) = 31.34%
BLUE value IS 84 (33.20% from 255) = 41.79%
R=26.87%
G=31.34%
B=41.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5463840.360.2500.6722221.7427.06
Hex363F542419043de161b
Octal6677124443101033362633
Binary11011011111110101001001001100101000011110111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,63,84); }

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

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

 a { background-color: rgb(54,63,84); }

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

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

 span { border-color: rgb(54,63,84); }

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