#363B4F

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

Shades of Cloud Burst #363B4F

Tints of Cloud Burst #363B4F

Color information

#363B4F (or 0x363B4F) is unknown color: approx Cloud Burst. HEX triplet: 36, 3B and 4F. RGB value is (54,59,79). Sum of RGB (Red+Green+Blue) = 54+59+79=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #363B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B4F is #C9C4B0. Grayscale: #3B3B3B. Windows color (decimal): -13223089 or 5192502. OLE color: 5192502.

HSL color Cylindrical-coordinate representation of color #363B4F: hue angle of 228º 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 #363B4F is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB545979-
CMYK0.320.2500.69
HSL228º18.8%26.08%-
HSV(B)228º31.65%30.98%-
XYZ4.54.488.02-
YUV59.78138.84123.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 59 (23.44% from 255) = 30.73%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=28.12%
G=30.73%
B=41.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5459790.320.2500.6922818.826.08
Hex363B4F2019045e4131a
Octal6673117403101053442332
Binary11011011101110011111000001100101000101111001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,59,79); }

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

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

 a { background-color: rgb(54,59,79); }

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

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

 span { border-color: rgb(54,59,79); }

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