#353A4B

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

Shades of Cloud Burst #353A4B

Tints of Cloud Burst #353A4B

Color information

#353A4B (or 0x353A4B) is unknown color: approx Cloud Burst. HEX triplet: 35, 3A and 4B. RGB value is (53,58,75). Sum of RGB (Red+Green+Blue) = 53+58+75=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #353A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A4B is #CAC5B4. Grayscale: #3A3A3A. Windows color (decimal): -13288885 or 4930101. OLE color: 4930101.

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

Color convert

RGB535875-
CMYK0.290.2300.71
HSL226.36º17.19%25.1%-
HSV(B)226.36º29.33%29.41%-
XYZ4.254.297.26-
YUV58.44137.34124.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.49%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=28.49%
G=31.18%
B=40.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5358750.290.2300.71226.3617.1925.1
Hex353A4B1D17047e21119
Octal6572113352701073422131
Binary1101011110101001011111011011101000111111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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