Html Css Color HEX #355269 Cello

📋 copy color: '#355269'

red 53 ◦ green 82 ◦ blue 105

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

Shades of Cello #355269

Tints of Cello #355269

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.17%

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

R = 22.08%
G = 34.17%
B = 43.75%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#355269 (or 0x355269) is known color: Cello. HEX triplet: 35, 52 and 69. RGB value is (53,82,105). Sum of RGB (Red+Green+Blue) = 53+82+105=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #355269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355269 is #CAAD96. Grayscale: #4B4B4B. Windows color (decimal): -13282711 or 6902325. OLE color: 6902325.

HSL color Cylindrical-coordinate representation of color #355269: hue angle of 206.54º 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 #355269 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 82 105 -
CMYK 0.50 0.22 0 0.59
HSL 206.54º 0.33% 0.31% -
HSV(B) 206.54º 0.5% 0.41% -
XYZ 7.04 7.81 14.5 -
YUV 75.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 53 82 105 0.50 0.22 0 0.59 206.54 0.33 0.31
Hex 35 52 69 32 16 0 3B CF 21 1F
Octal 65 122 151 62 26 0 73 317 41 37
Binary 110101 1010010 1101001 110010 10110 0 111011 11001111 100001 11111

Color Harmonies of #355269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355269

Black with #355269

Text Example


Text Example

White with #355269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355269; }

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

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

background-color css

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

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

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

border-color css

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

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

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