Html Css Color HEX #353E4A Cloud Burst

📋 copy color: '#353E4A'

red 53 ◦ green 62 ◦ blue 74

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

Shades of Cloud Burst #353E4A

Tints of Cloud Burst #353E4A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.8%

 BLUE value IS 74 (29.3% from 255) = 39.15%

R = 28.04%
G = 32.8%
B = 39.15%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#353E4A (or 0x353E4A) is known color: Cloud Burst. HEX triplet: 35, 3E and 4A. RGB value is (53,62,74). Sum of RGB (Red+Green+Blue) = 53+62+74=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 74 - color contains mainly: blue. Hex color #353E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E4A is #CAC1B5. Grayscale: #3C3C3C. Windows color (decimal): -13287862 or 4865589. OLE color: 4865589.

HSL color Cylindrical-coordinate representation of color #353E4A: hue angle of 214.29º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #353E4A is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 62 74 -
CMYK 0.28 0.16 0 0.71
HSL 214.29º 0.17% 0.25% -
HSV(B) 214.29º 0.28% 0.29% -
XYZ 4.43 4.7 7.15 -
YUV 60.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 53 62 74 0.28 0.16 0 0.71 214.29 0.17 0.25
Hex 35 3E 4A 1C 10 0 47 D6 11 19
Octal 65 76 112 34 20 0 107 326 21 31
Binary 110101 111110 1001010 11100 10000 0 1000111 11010110 10001 11001

Color Harmonies of #353E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E4A

Black with #353E4A

Text Example


Text Example

White with #353E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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