Html Css Color HEX #355165 Cello

📋 copy color: '#355165'

red 53 ◦ green 81 ◦ blue 101

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

Shades of Cello #355165

Tints of Cello #355165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.47%

 BLUE value IS 101 (39.84% from 255) = 42.98%

R = 22.55%
G = 34.47%
B = 42.98%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#355165 (or 0x355165) is known color: Cello. HEX triplet: 35, 51 and 65. RGB value is (53,81,101). Sum of RGB (Red+Green+Blue) = 53+81+101=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #355165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355165 is #CAAE9A. Grayscale: #4A4A4A. Windows color (decimal): -13282971 or 6639925. OLE color: 6639925.

HSL color Cylindrical-coordinate representation of color #355165: hue angle of 205º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #355165 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 81 101 -
CMYK 0.48 0.20 0 0.60
HSL 205º 0.31% 0.3% -
HSV(B) 205º 0.48% 0.4% -
XYZ 6.76 7.58 13.42 -
YUV 74.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 53 81 101 0.48 0.20 0 0.60 205 0.31 0.3
Hex 35 51 65 30 14 0 3C CD 1F 1E
Octal 65 121 145 60 24 0 74 315 37 36
Binary 110101 1010001 1100101 110000 10100 0 111100 11001101 11111 11110

Color Harmonies of #355165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355165

Black with #355165

Text Example


Text Example

White with #355165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355165; }

 p { color: rgb(53,81,101); }

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

background-color css

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

 a { background-color: rgb(53,81,101); }

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

border-color css

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

 span { border-color: rgb(53,81,101); }

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