Html Css Color HEX #355263 Cello

📋 copy color: '#355263'

red 53 ◦ green 82 ◦ blue 99

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

Shades of Cello #355263

Tints of Cello #355263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.31%

R = 22.65%
G = 35.04%
B = 42.31%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#355263 (or 0x355263) is known color: Cello. HEX triplet: 35, 52 and 63. RGB value is (53,82,99). Sum of RGB (Red+Green+Blue) = 53+82+99=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #355263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355263 is #CAAD9C. Grayscale: #4B4B4B. Windows color (decimal): -13282717 or 6509109. OLE color: 6509109.

HSL color Cylindrical-coordinate representation of color #355263: hue angle of 202.17º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355263 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 82 99 -
CMYK 0.46 0.17 0 0.61
HSL 202.17º 0.3% 0.3% -
HSV(B) 202.17º 0.46% 0.39% -
XYZ 6.74 7.69 12.93 -
YUV 75.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 53 82 99 0.46 0.17 0 0.61 202.17 0.3 0.3
Hex 35 52 63 2E 11 0 3D CA 1E 1E
Octal 65 122 143 56 21 0 75 312 36 36
Binary 110101 1010010 1100011 101110 10001 0 111101 11001010 11110 11110

Color Harmonies of #355263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355263

Black with #355263

Text Example


Text Example

White with #355263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355263; }

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

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

background-color css

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

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

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

border-color css

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

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

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