#363A4B

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

Shades of Cloud Burst #363A4B

Tints of Cloud Burst #363A4B

Color information

#363A4B (or 0x363A4B) is unknown color: approx Cloud Burst. HEX triplet: 36, 3A and 4B. RGB value is (54,58,75). Sum of RGB (Red+Green+Blue) = 54+58+75=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #363A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A4B is #C9C5B4. Grayscale: #3A3A3A. Windows color (decimal): -13223349 or 4930102. OLE color: 4930102.

HSL color Cylindrical-coordinate representation of color #363A4B: hue angle of 228.57º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #363A4B is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB545875-
CMYK0.280.2300.71
HSL228.57º16.28%25.29%-
HSV(B)228.57º28%29.41%-
XYZ4.34.327.26-
YUV58.74137.17124.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.88%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=28.88%
G=31.02%
B=40.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5458750.280.2300.71228.5716.2825.29
Hex363A4B1C17047e51019
Octal6672113342701073452031
Binary1101101110101001011111001011101000111111001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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