#353D4B

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

Shades of Cloud Burst #353D4B

Tints of Cloud Burst #353D4B

Color information

#353D4B (or 0x353D4B) is unknown color: approx Cloud Burst. HEX triplet: 35, 3D and 4B. RGB value is (53,61,75). Sum of RGB (Red+Green+Blue) = 53+61+75=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #353D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D4B is #CAC2B4. Grayscale: #3C3C3C. Windows color (decimal): -13288117 or 4930869. OLE color: 4930869.

HSL color Cylindrical-coordinate representation of color #353D4B: hue angle of 218.18º 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 #353D4B is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB536175-
CMYK0.290.1900.71
HSL218.18º17.19%25.1%-
HSV(B)218.18º29.33%29.41%-
XYZ4.414.67.31-
YUV60.2136.35122.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 61 (24.22% from 255) = 32.28%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=28.04%
G=32.28%
B=39.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5361750.290.1900.71218.1817.1925.1
Hex353D4B1D13047da1119
Octal6575113352301073322131
Binary1101011111011001011111011001101000111110110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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