Html Css Color HEX #335268 Cello

📋 copy color: '#335268'

red 51 ◦ green 82 ◦ blue 104

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

Shades of Cello #335268

Tints of Cello #335268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.88%

R = 21.52%
G = 34.6%
B = 43.88%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#335268 (or 0x335268) is known color: Cello. HEX triplet: 33, 52 and 68. RGB value is (51,82,104). Sum of RGB (Red+Green+Blue) = 51+82+104=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #335268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335268 is #CCAD97. Grayscale: #4B4B4B. Windows color (decimal): -13413784 or 6836787. OLE color: 6836787.

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

Color convert

RGB 51 82 104 -
CMYK 0.51 0.21 0 0.59
HSL 204.91º 0.34% 0.3% -
HSV(B) 204.91º 0.51% 0.41% -
XYZ 6.88 7.74 14.23 -
YUV 75.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 51 82 104 0.51 0.21 0 0.59 204.91 0.34 0.3
Hex 33 52 68 33 15 0 3B CD 22 1E
Octal 63 122 150 63 25 0 73 315 42 36
Binary 110011 1010010 1101000 110011 10101 0 111011 11001101 100010 11110

Color Harmonies of #335268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335268

Black with #335268

Text Example


Text Example

White with #335268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335268; }

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

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

background-color css

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

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

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

border-color css

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

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

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