#353E4B

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

Shades of Cloud Burst #353E4B

Tints of Cloud Burst #353E4B

Color information

#353E4B (or 0x353E4B) is unknown color: approx Cloud Burst. HEX triplet: 35, 3E and 4B. RGB value is (53,62,75). Sum of RGB (Red+Green+Blue) = 53+62+75=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 75 - color contains mainly: blue. Hex color #353E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E4B is #CAC1B4. Grayscale: #3C3C3C. Windows color (decimal): -13287861 or 4931125. OLE color: 4931125.

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

Color convert

RGB536275-
CMYK0.290.1700.71
HSL215.45º17.19%25.1%-
HSV(B)215.45º29.33%29.41%-
XYZ4.464.717.33-
YUV60.79136.02122.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 62 (24.61% from 255) = 32.63%
BLUE value IS 75 (29.69% from 255) = 39.47%
R=27.89%
G=32.63%
B=39.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5362750.290.1700.71215.4517.1925.1
Hex353E4B1D11047d71119
Octal6576113352101073272131
Binary1101011111101001011111011000101000111110101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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