Html Css Color HEX #335065 Cello

📋 copy color: '#335065'

red 51 ◦ green 80 ◦ blue 101

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

Shades of Cello #335065

Tints of Cello #335065

RGB

 RED value IS 51 (20.31% from 255) = 21.98%

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

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

R = 21.98%
G = 34.48%
B = 43.53%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#335065 (or 0x335065) is known color: Cello. HEX triplet: 33, 50 and 65. RGB value is (51,80,101). Sum of RGB (Red+Green+Blue) = 51+80+101=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #335065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335065 is #CCAF9A. Grayscale: #494949. Windows color (decimal): -13414299 or 6639667. OLE color: 6639667.

HSL color Cylindrical-coordinate representation of color #335065: hue angle of 205.2º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #335065 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 80 101 -
CMYK 0.50 0.21 0 0.60
HSL 205.2º 0.33% 0.3% -
HSV(B) 205.2º 0.5% 0.4% -
XYZ 6.58 7.38 13.39 -
YUV 73.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 51 80 101 0.50 0.21 0 0.60 205.2 0.33 0.3
Hex 33 50 65 32 15 0 3C CD 21 1E
Octal 63 120 145 62 25 0 74 315 41 36
Binary 110011 1010000 1100101 110010 10101 0 111100 11001101 100001 11110

Color Harmonies of #335065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335065

Black with #335065

Text Example


Text Example

White with #335065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335065; }

 p { color: rgb(51,80,101); }

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

background-color css

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

 a { background-color: rgb(51,80,101); }

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

border-color css

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

 span { border-color: rgb(51,80,101); }

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