Html Css Color HEX #353E54 Cloud Burst

📋 copy color: '#353E54'

red 53 ◦ green 62 ◦ blue 84

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

Shades of Cloud Burst #353E54

Tints of Cloud Burst #353E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.21%

R = 26.63%
G = 31.16%
B = 42.21%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353E54 (or 0x353E54) is known color: Cloud Burst. HEX triplet: 35, 3E and 54. RGB value is (53,62,84). Sum of RGB (Red+Green+Blue) = 53+62+84=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #353E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E54 is #CAC1AB. Grayscale: #3D3D3D. Windows color (decimal): -13287852 or 5520949. OLE color: 5520949.

HSL color Cylindrical-coordinate representation of color #353E54: hue angle of 222.58º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #353E54 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 62 84 -
CMYK 0.37 0.26 0 0.67
HSL 222.58º 0.23% 0.27% -
HSV(B) 222.58º 0.37% 0.33% -
XYZ 4.79 4.84 9.07 -
YUV 61.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 53 62 84 0.37 0.26 0 0.67 222.58 0.23 0.27
Hex 35 3E 54 25 1A 0 43 DF 17 1B
Octal 65 76 124 45 32 0 103 337 27 33
Binary 110101 111110 1010100 100101 11010 0 1000011 11011111 10111 11011

Color Harmonies of #353E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E54

Black with #353E54

Text Example


Text Example

White with #353E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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