Html Css Color HEX #355063 Cello

📋 copy color: '#355063'

red 53 ◦ green 80 ◦ blue 99

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

Shades of Cello #355063

Tints of Cello #355063

RGB

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

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

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

R = 22.84%
G = 34.48%
B = 42.67%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#355063 (or 0x355063) is known color: Cello. HEX triplet: 35, 50 and 63. RGB value is (53,80,99). Sum of RGB (Red+Green+Blue) = 53+80+99=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #355063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355063 is #CAAF9C. Grayscale: #494949. Windows color (decimal): -13283229 or 6508597. OLE color: 6508597.

HSL color Cylindrical-coordinate representation of color #355063: hue angle of 204.78º 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 #355063 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 80 99 -
CMYK 0.46 0.19 0 0.61
HSL 204.78º 0.3% 0.3% -
HSV(B) 204.78º 0.46% 0.39% -
XYZ 6.59 7.4 12.88 -
YUV 74.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 53 80 99 0.46 0.19 0 0.61 204.78 0.3 0.3
Hex 35 50 63 2E 13 0 3D CD 1E 1E
Octal 65 120 143 56 23 0 75 315 36 36
Binary 110101 1010000 1100011 101110 10011 0 111101 11001101 11110 11110

Color Harmonies of #355063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355063

Black with #355063

Text Example


Text Example

White with #355063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355063; }

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

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

background-color css

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

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

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

border-color css

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

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

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