Html Css Color HEX #354053 Cloud Burst

📋 copy color: '#354053'

red 53 ◦ green 64 ◦ blue 83

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

Shades of Cloud Burst #354053

Tints of Cloud Burst #354053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.5%

R = 26.5%
G = 32%
B = 41.5%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#354053 (or 0x354053) is known color: Cloud Burst. HEX triplet: 35, 40 and 53. RGB value is (53,64,83). Sum of RGB (Red+Green+Blue) = 53+64+83=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #354053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354053 is #CABFAC. Grayscale: #3E3E3E. Windows color (decimal): -13287341 or 5455925. OLE color: 5455925.

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

Color convert

RGB 53 64 83 -
CMYK 0.36 0.23 0 0.67
HSL 218º 0.22% 0.27% -
HSV(B) 218º 0.36% 0.33% -
XYZ 4.86 5.05 8.9 -
YUV 62.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 53 64 83 0.36 0.23 0 0.67 218 0.22 0.27
Hex 35 40 53 24 17 0 43 DA 16 1B
Octal 65 100 123 44 27 0 103 332 26 33
Binary 110101 1000000 1010011 100100 10111 0 1000011 11011010 10110 11011

Color Harmonies of #354053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354053

Black with #354053

Text Example


Text Example

White with #354053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354053; }

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

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

background-color css

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

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

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

border-color css

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

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

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