Html Css Color HEX #355069 Cello

📋 copy color: '#355069'

red 53 ◦ green 80 ◦ blue 105

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

Shades of Cello #355069

Tints of Cello #355069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.61%

 BLUE value IS 105 (41.41% from 255) = 44.12%

R = 22.27%
G = 33.61%
B = 44.12%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#355069 (or 0x355069) is known color: Cello. HEX triplet: 35, 50 and 69. RGB value is (53,80,105). Sum of RGB (Red+Green+Blue) = 53+80+105=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #355069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355069 is #CAAF96. Grayscale: #4A4A4A. Windows color (decimal): -13283223 or 6901813. OLE color: 6901813.

HSL color Cylindrical-coordinate representation of color #355069: hue angle of 208.85º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #355069 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 80 105 -
CMYK 0.50 0.24 0 0.59
HSL 208.85º 0.33% 0.31% -
HSV(B) 208.85º 0.5% 0.41% -
XYZ 6.89 7.51 14.45 -
YUV 74.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 53 80 105 0.50 0.24 0 0.59 208.85 0.33 0.31
Hex 35 50 69 32 18 0 3B D1 21 1F
Octal 65 120 151 62 30 0 73 321 41 37
Binary 110101 1010000 1101001 110010 11000 0 111011 11010001 100001 11111

Color Harmonies of #355069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355069

Black with #355069

Text Example


Text Example

White with #355069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355069; }

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

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

background-color css

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

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

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

border-color css

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

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

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