Html Css Color HEX #353C47 Cloud Burst

📋 copy color: '#353C47'

red 53 ◦ green 60 ◦ blue 71

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

Shades of Cloud Burst #353C47

Tints of Cloud Burst #353C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.61%

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

R = 28.8%
G = 32.61%
B = 38.59%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353C47 (or 0x353C47) is known color: Cloud Burst. HEX triplet: 35, 3C and 47. RGB value is (53,60,71). Sum of RGB (Red+Green+Blue) = 53+60+71=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 71 - color contains mainly: blue. Hex color #353C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C47 is #CAC3B8. Grayscale: #3B3B3B. Windows color (decimal): -13288377 or 4668469. OLE color: 4668469.

HSL color Cylindrical-coordinate representation of color #353C47: hue angle of 216.67º 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 #353C47 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 60 71 -
CMYK 0.25 0.15 0 0.72
HSL 216.67º 0.15% 0.24% -
HSV(B) 216.67º 0.25% 0.28% -
XYZ 4.22 4.44 6.6 -
YUV 59.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 53 60 71 0.25 0.15 0 0.72 216.67 0.15 0.24
Hex 35 3C 47 19 F 0 48 D9 F 18
Octal 65 74 107 31 17 0 110 331 17 30
Binary 110101 111100 1000111 11001 1111 0 1001000 11011001 1111 11000

Color Harmonies of #353C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C47

Black with #353C47

Text Example


Text Example

White with #353C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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