Html Css Color HEX #355066 Cello

📋 copy color: '#355066'

red 53 ◦ green 80 ◦ blue 102

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

Shades of Cello #355066

Tints of Cello #355066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 22.55%
G = 34.04%
B = 43.4%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#355066 (or 0x355066) is known color: Cello. HEX triplet: 35, 50 and 66. RGB value is (53,80,102). Sum of RGB (Red+Green+Blue) = 53+80+102=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #355066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355066 is #CAAF99. Grayscale: #4A4A4A. Windows color (decimal): -13283226 or 6705205. OLE color: 6705205.

HSL color Cylindrical-coordinate representation of color #355066: hue angle of 206.94º degrees, saturation: 0.32, 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 #355066 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 80 102 -
CMYK 0.48 0.22 0 0.6
HSL 206.94º 0.32% 0.3% -
HSV(B) 206.94º 0.48% 0.4% -
XYZ 6.74 7.45 13.65 -
YUV 74.44 143.55 112.71 -
System Red Green Blue C M Y K H S L
Decimal 53 80 102 0.48 0.22 0 0.6 206.94 0.32 0.3
Hex 35 50 66 30 16 0 3C CF 20 1E
Octal 65 120 146 60 26 0 74 317 40 36
Binary 110101 1010000 1100110 110000 10110 0 111100 11001111 100000 11110

Color Harmonies of #355066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355066

Black with #355066

Text Example


Text Example

White with #355066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355066; }

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

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

background-color css

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

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

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

border-color css

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

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

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