Html Css Color HEX #353C46 Cloud Burst

📋 copy color: '#353C46'

red 53 ◦ green 60 ◦ blue 70

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

Shades of Cloud Burst #353C46

Tints of Cloud Burst #353C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.25%

R = 28.96%
G = 32.79%
B = 38.25%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#353C46 (or 0x353C46) is known color: Cloud Burst. HEX triplet: 35, 3C and 46. RGB value is (53,60,70). Sum of RGB (Red+Green+Blue) = 53+60+70=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 70 - color contains mainly: blue. Hex color #353C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C46 is #CAC3B9. Grayscale: #3B3B3B. Windows color (decimal): -13288378 or 4602933. OLE color: 4602933.

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

Color convert

RGB 53 60 70 -
CMYK 0.24 0.14 0 0.73
HSL 215.29º 0.14% 0.24% -
HSV(B) 215.29º 0.24% 0.27% -
XYZ 4.19 4.43 6.43 -
YUV 59.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 53 60 70 0.24 0.14 0 0.73 215.29 0.14 0.24
Hex 35 3C 46 18 E 0 49 D7 E 18
Octal 65 74 106 30 16 0 111 327 16 30
Binary 110101 111100 1000110 11000 1110 0 1001001 11010111 1110 11000

Color Harmonies of #353C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C46

Black with #353C46

Text Example


Text Example

White with #353C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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