Html Css Color HEX #335266 Cello

📋 copy color: '#335266'

red 51 ◦ green 82 ◦ blue 102

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

Shades of Cello #335266

Tints of Cello #335266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 21.7%
G = 34.89%
B = 43.4%

CMYK

 C value IS 0.5

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#335266 (or 0x335266) is known color: Cello. HEX triplet: 33, 52 and 66. RGB value is (51,82,102). Sum of RGB (Red+Green+Blue) = 51+82+102=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #335266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335266 is #CCAD99. Grayscale: #4A4A4A. Windows color (decimal): -13413786 or 6705715. OLE color: 6705715.

HSL color Cylindrical-coordinate representation of color #335266: hue angle of 203.53º 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 #335266 is Cyan = 0.5, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 51 82 102 -
CMYK 0.5 0.20 0 0.6
HSL 203.53º 0.33% 0.3% -
HSV(B) 203.53º 0.5% 0.4% -
XYZ 6.78 7.7 13.7 -
YUV 75.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 51 82 102 0.5 0.20 0 0.6 203.53 0.33 0.3
Hex 33 52 66 32 14 0 3C CC 21 1E
Octal 63 122 146 62 24 0 74 314 41 36
Binary 110011 1010010 1100110 110010 10100 0 111100 11001100 100001 11110

Color Harmonies of #335266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335266

Black with #335266

Text Example


Text Example

White with #335266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335266; }

 p { color: rgb(51,82,102); }

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

background-color css

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

 a { background-color: rgb(51,82,102); }

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

border-color css

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

 span { border-color: rgb(51,82,102); }

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