Html Css Color HEX #354050 Cloud Burst

📋 copy color: '#354050'

red 53 ◦ green 64 ◦ blue 80

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

Shades of Cloud Burst #354050

Tints of Cloud Burst #354050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.49%

 BLUE value IS 80 (31.64% from 255) = 40.61%

R = 26.9%
G = 32.49%
B = 40.61%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#354050 (or 0x354050) is known color: Cloud Burst. HEX triplet: 35, 40 and 50. RGB value is (53,64,80). Sum of RGB (Red+Green+Blue) = 53+64+80=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #354050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354050 is #CABFAF. Grayscale: #3E3E3E. Windows color (decimal): -13287344 or 5259317. OLE color: 5259317.

HSL color Cylindrical-coordinate representation of color #354050: hue angle of 215.56º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #354050 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 64 80 -
CMYK 0.34 0.20 0 0.69
HSL 215.56º 0.2% 0.26% -
HSV(B) 215.56º 0.34% 0.31% -
XYZ 4.75 5 8.3 -
YUV 62.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 53 64 80 0.34 0.20 0 0.69 215.56 0.2 0.26
Hex 35 40 50 22 14 0 45 D8 14 1A
Octal 65 100 120 42 24 0 105 330 24 32
Binary 110101 1000000 1010000 100010 10100 0 1000101 11011000 10100 11010

Color Harmonies of #354050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354050

Black with #354050

Text Example


Text Example

White with #354050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354050; }

 p { color: rgb(53,64,80); }

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

background-color css

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

 a { background-color: rgb(53,64,80); }

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

border-color css

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

 span { border-color: rgb(53,64,80); }

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