Html Css Color HEX #353D47 Cloud Burst

📋 copy color: '#353D47'

red 53 ◦ green 61 ◦ blue 71

#353D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloud Burst #353D47

Tints of Cloud Burst #353D47

RGB

 RED value IS 53 (21.09% from 255) = 28.65%

 GREEN value IS 61 (24.22% from 255) = 32.97%

 BLUE value IS 71 (28.13% from 255) = 38.38%

R = 28.65%
G = 32.97%
B = 38.38%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353D47 (or 0x353D47) is known color: Cloud Burst. HEX triplet: 35, 3D and 47. RGB value is (53,61,71). Sum of RGB (Red+Green+Blue) = 53+61+71=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 71 - color contains mainly: blue. Hex color #353D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D47 is #CAC2B8. Grayscale: #3B3B3B. Windows color (decimal): -13288121 or 4668725. OLE color: 4668725.

HSL color Cylindrical-coordinate representation of color #353D47: hue angle of 213.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #353D47 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 61 71 -
CMYK 0.25 0.14 0 0.72
HSL 213.33º 0.15% 0.24% -
HSV(B) 213.33º 0.25% 0.28% -
XYZ 4.27 4.55 6.61 -
YUV 59.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 53 61 71 0.25 0.14 0 0.72 213.33 0.15 0.24
Hex 35 3D 47 19 E 0 48 D5 F 18
Octal 65 75 107 31 16 0 110 325 17 30
Binary 110101 111101 1000111 11001 1110 0 1001000 11010101 1111 11000

Color Harmonies of #353D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353D47

Black with #353D47

Text Example


Text Example

White with #353D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #353D47;
 }
 .AnyTagClassName
 {
   color: #353D47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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