#363E4B

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

Shades of Cloud Burst #363E4B

Tints of Cloud Burst #363E4B

Color information

#363E4B (or 0x363E4B) is unknown color: approx Cloud Burst. HEX triplet: 36, 3E and 4B. RGB value is (54,62,75). Sum of RGB (Red+Green+Blue) = 54+62+75=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 75 - color contains mainly: blue. Hex color #363E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363E4B is #C9C1B4. Grayscale: #3D3D3D. Windows color (decimal): -13222325 or 4931126. OLE color: 4931126.

HSL color Cylindrical-coordinate representation of color #363E4B: hue angle of 217.14º 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 #363E4B is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB546275-
CMYK0.280.1700.71
HSL217.14º16.28%25.29%-
HSV(B)217.14º28%29.41%-
XYZ4.514.747.33-
YUV61.09135.85122.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.27%
GREEN value IS 62 (24.61% from 255) = 32.46%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=28.27%
G=32.46%
B=39.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5462750.280.1700.71217.1416.2825.29
Hex363E4B1C11047d91019
Octal6676113342101073312031
Binary1101101111101001011111001000101000111110110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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