Html Css Color HEX #335069 Cello

📋 copy color: '#335069'

red 51 ◦ green 80 ◦ blue 105

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

Shades of Cello #335069

Tints of Cello #335069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.49%

R = 21.61%
G = 33.9%
B = 44.49%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#335069 (or 0x335069) is known color: Cello. HEX triplet: 33, 50 and 69. RGB value is (51,80,105). Sum of RGB (Red+Green+Blue) = 51+80+105=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #335069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335069 is #CCAF96. Grayscale: #4A4A4A. Windows color (decimal): -13414295 or 6901811. OLE color: 6901811.

HSL color Cylindrical-coordinate representation of color #335069: hue angle of 207.78º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #335069 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 80 105 -
CMYK 0.51 0.24 0 0.59
HSL 207.78º 0.35% 0.31% -
HSV(B) 207.78º 0.51% 0.41% -
XYZ 6.78 7.46 14.45 -
YUV 74.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 51 80 105 0.51 0.24 0 0.59 207.78 0.35 0.31
Hex 33 50 69 33 18 0 3B D0 23 1F
Octal 63 120 151 63 30 0 73 320 43 37
Binary 110011 1010000 1101001 110011 11000 0 111011 11010000 100011 11111

Color Harmonies of #335069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335069

Black with #335069

Text Example


Text Example

White with #335069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335069; }

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

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

background-color css

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

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

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

border-color css

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

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

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