#363B4B

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

Shades of Cloud Burst #363B4B

Tints of Cloud Burst #363B4B

Color information

#363B4B (or 0x363B4B) is unknown color: approx Cloud Burst. HEX triplet: 36, 3B and 4B. RGB value is (54,59,75). Sum of RGB (Red+Green+Blue) = 54+59+75=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #363B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B4B is #C9C4B4. Grayscale: #3B3B3B. Windows color (decimal): -13223093 or 4930358. OLE color: 4930358.

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

Color convert

RGB545975-
CMYK0.280.2100.71
HSL225.71º16.28%25.29%-
HSV(B)225.71º28%29.41%-
XYZ4.364.427.28-
YUV59.33136.84124.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.72%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=28.72%
G=31.38%
B=39.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5459750.280.2100.71225.7116.2825.29
Hex363B4B1C15047e21019
Octal6673113342501073422031
Binary1101101110111001011111001010101000111111000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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