Html Css Color HEX #355064 Cello

📋 copy color: '#355064'

red 53 ◦ green 80 ◦ blue 100

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

Shades of Cello #355064

Tints of Cello #355064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.92%

R = 22.75%
G = 34.33%
B = 42.92%

CMYK

 C value IS 0.47

 M value IS 0.2

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#355064 (or 0x355064) is known color: Cello. HEX triplet: 35, 50 and 64. RGB value is (53,80,100). Sum of RGB (Red+Green+Blue) = 53+80+100=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 100 - color contains mainly: blue. Hex color #355064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355064 is #CAAF9B. Grayscale: #4A4A4A. Windows color (decimal): -13283228 or 6574133. OLE color: 6574133.

HSL color Cylindrical-coordinate representation of color #355064: hue angle of 205.53º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #355064 is Cyan = 0.47, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 80 100 -
CMYK 0.47 0.2 0 0.61
HSL 205.53º 0.31% 0.3% -
HSV(B) 205.53º 0.47% 0.39% -
XYZ 6.64 7.41 13.14 -
YUV 74.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 53 80 100 0.47 0.2 0 0.61 205.53 0.31 0.3
Hex 35 50 64 2F 14 0 3D CE 1F 1E
Octal 65 120 144 57 24 0 75 316 37 36
Binary 110101 1010000 1100100 101111 10100 0 111101 11001110 11111 11110

Color Harmonies of #355064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355064

Black with #355064

Text Example


Text Example

White with #355064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355064; }

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

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

background-color css

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

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

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

border-color css

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

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

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