Html Css Color HEX #354052 Cloud Burst

📋 copy color: '#354052'

red 53 ◦ green 64 ◦ blue 82

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

Shades of Cloud Burst #354052

Tints of Cloud Burst #354052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41.21%

R = 26.63%
G = 32.16%
B = 41.21%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#354052 (or 0x354052) is known color: Cloud Burst. HEX triplet: 35, 40 and 52. RGB value is (53,64,82). Sum of RGB (Red+Green+Blue) = 53+64+82=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #354052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354052 is #CABFAD. Grayscale: #3E3E3E. Windows color (decimal): -13287342 or 5390389. OLE color: 5390389.

HSL color Cylindrical-coordinate representation of color #354052: hue angle of 217.24º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #354052 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 64 82 -
CMYK 0.35 0.22 0 0.68
HSL 217.24º 0.21% 0.26% -
HSV(B) 217.24º 0.35% 0.32% -
XYZ 4.82 5.03 8.7 -
YUV 62.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 53 64 82 0.35 0.22 0 0.68 217.24 0.21 0.26
Hex 35 40 52 23 16 0 44 D9 15 1A
Octal 65 100 122 43 26 0 104 331 25 32
Binary 110101 1000000 1010010 100011 10110 0 1000100 11011001 10101 11010

Color Harmonies of #354052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354052

Black with #354052

Text Example


Text Example

White with #354052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354052; }

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

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

background-color css

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

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

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

border-color css

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

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

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