Html Css Color HEX #355466 Cello

📋 copy color: '#355466'

red 53 ◦ green 84 ◦ blue 102

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

Shades of Cello #355466

Tints of Cello #355466

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.15%

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

R = 22.18%
G = 35.15%
B = 42.68%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#355466 (or 0x355466) is known color: Cello. HEX triplet: 35, 54 and 66. RGB value is (53,84,102). Sum of RGB (Red+Green+Blue) = 53+84+102=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #355466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355466 is #CAAB99. Grayscale: #4C4C4C. Windows color (decimal): -13282202 or 6706229. OLE color: 6706229.

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

Color convert

RGB 53 84 102 -
CMYK 0.48 0.18 0 0.6
HSL 202.04º 0.32% 0.3% -
HSV(B) 202.04º 0.48% 0.4% -
XYZ 7.04 8.06 13.75 -
YUV 76.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 53 84 102 0.48 0.18 0 0.6 202.04 0.32 0.3
Hex 35 54 66 30 12 0 3C CA 20 1E
Octal 65 124 146 60 22 0 74 312 40 36
Binary 110101 1010100 1100110 110000 10010 0 111100 11001010 100000 11110

Color Harmonies of #355466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355466

Black with #355466

Text Example


Text Example

White with #355466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355466; }

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

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

background-color css

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

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

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

border-color css

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

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

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