#363F53

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

Shades of Cloud Burst #363F53

Tints of Cloud Burst #363F53

Color information

#363F53 (or 0x363F53) is unknown color: approx Cloud Burst. HEX triplet: 36, 3F and 53. RGB value is (54,63,83). Sum of RGB (Red+Green+Blue) = 54+63+83=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #363F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F53 is #C9C0AC. Grayscale: #3E3E3E. Windows color (decimal): -13222061 or 5455670. OLE color: 5455670.

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

Color convert

RGB546383-
CMYK0.350.2400.67
HSL221.38º21.17%26.86%-
HSV(B)221.38º34.94%32.55%-
XYZ4.864.968.89-
YUV62.59139.52121.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 63 (25% from 255) = 31.5%
BLUE value IS 83 (32.81% from 255) = 41.5%
R=27%
G=31.5%
B=41.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5463830.350.2400.67221.3821.1726.86
Hex363F532318043dd151b
Octal6677123433001033352533
Binary11011011111110100111000111100001000011110111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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