Html Css Color HEX #355265 Cello

📋 copy color: '#355265'

red 53 ◦ green 82 ◦ blue 101

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

Shades of Cello #355265

Tints of Cello #355265

RGB

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

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

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

R = 22.46%
G = 34.75%
B = 42.8%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#355265 (or 0x355265) is known color: Cello. HEX triplet: 35, 52 and 65. RGB value is (53,82,101). Sum of RGB (Red+Green+Blue) = 53+82+101=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #355265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355265 is #CAAD9A. Grayscale: #4B4B4B. Windows color (decimal): -13282715 or 6640181. OLE color: 6640181.

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

Color convert

RGB 53 82 101 -
CMYK 0.48 0.19 0 0.60
HSL 203.75º 0.31% 0.3% -
HSV(B) 203.75º 0.48% 0.4% -
XYZ 6.83 7.73 13.44 -
YUV 75.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 53 82 101 0.48 0.19 0 0.60 203.75 0.31 0.3
Hex 35 52 65 30 13 0 3C CC 1F 1E
Octal 65 122 145 60 23 0 74 314 37 36
Binary 110101 1010010 1100101 110000 10011 0 111100 11001100 11111 11110

Color Harmonies of #355265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355265

Black with #355265

Text Example


Text Example

White with #355265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355265; }

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

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

background-color css

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

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

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

border-color css

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

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

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