#363A4D

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

Shades of Cloud Burst #363A4D

Tints of Cloud Burst #363A4D

Color information

#363A4D (or 0x363A4D) is unknown color: approx Cloud Burst. HEX triplet: 36, 3A and 4D. RGB value is (54,58,77). Sum of RGB (Red+Green+Blue) = 54+58+77=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #363A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A4D is #C9C5B2. Grayscale: #3A3A3A. Windows color (decimal): -13223347 or 5061174. OLE color: 5061174.

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

Color convert

RGB545877-
CMYK0.300.2500.70
HSL229.57º17.56%25.69%-
HSV(B)229.57º29.87%30.2%-
XYZ4.374.357.63-
YUV58.97138.17124.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.57%
GREEN value IS 58 (23.05% from 255) = 30.69%
BLUE value IS 77 (30.47% from 255) = 40.74%
R=28.57%
G=30.69%
B=40.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5458770.300.2500.70229.5717.5625.69
Hex363A4D1E19046e6121a
Octal6672115363101063462232
Binary1101101110101001101111101100101000110111001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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