Html Css Color HEX #354155 Cloud Burst

📋 copy color: '#354155'

red 53 ◦ green 65 ◦ blue 85

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

Shades of Cloud Burst #354155

Tints of Cloud Burst #354155

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 26.11%
G = 32.02%
B = 41.87%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#354155 (or 0x354155) is known color: Cloud Burst. HEX triplet: 35, 41 and 55. RGB value is (53,65,85). Sum of RGB (Red+Green+Blue) = 53+65+85=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #354155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354155 is #CABEAA. Grayscale: #3F3F3F. Windows color (decimal): -13287083 or 5587253. OLE color: 5587253.

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

Color convert

RGB 53 65 85 -
CMYK 0.38 0.24 0 0.67
HSL 217.5º 0.23% 0.27% -
HSV(B) 217.5º 0.38% 0.33% -
XYZ 5 5.19 9.33 -
YUV 63.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 53 65 85 0.38 0.24 0 0.67 217.5 0.23 0.27
Hex 35 41 55 26 18 0 43 DA 17 1B
Octal 65 101 125 46 30 0 103 332 27 33
Binary 110101 1000001 1010101 100110 11000 0 1000011 11011010 10111 11011

Color Harmonies of #354155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354155

Black with #354155

Text Example


Text Example

White with #354155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354155; }

 p { color: rgb(53,65,85); }

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

background-color css

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

 a { background-color: rgb(53,65,85); }

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

border-color css

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

 span { border-color: rgb(53,65,85); }

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