Html Css Color HEX #355465 Cello

📋 copy color: '#355465'

red 53 ◦ green 84 ◦ blue 101

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

Shades of Cello #355465

Tints of Cello #355465

RGB

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

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

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

R = 22.27%
G = 35.29%
B = 42.44%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#355465 (or 0x355465) is known color: Cello. HEX triplet: 35, 54 and 65. RGB value is (53,84,101). Sum of RGB (Red+Green+Blue) = 53+84+101=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #355465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355465 is #CAAB9A. Grayscale: #4C4C4C. Windows color (decimal): -13282203 or 6640693. OLE color: 6640693.

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

Color convert

RGB 53 84 101 -
CMYK 0.48 0.17 0 0.60
HSL 201.25º 0.31% 0.3% -
HSV(B) 201.25º 0.48% 0.4% -
XYZ 6.99 8.04 13.49 -
YUV 76.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 53 84 101 0.48 0.17 0 0.60 201.25 0.31 0.3
Hex 35 54 65 30 11 0 3C C9 1F 1E
Octal 65 124 145 60 21 0 74 311 37 36
Binary 110101 1010100 1100101 110000 10001 0 111100 11001001 11111 11110

Color Harmonies of #355465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355465

Black with #355465

Text Example


Text Example

White with #355465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355465; }

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

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

background-color css

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

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

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

border-color css

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

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

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