Html Css Color HEX #335077 St Tropaz

📋 copy color: '#335077'

red 51 ◦ green 80 ◦ blue 119

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

Shades of St Tropaz #335077

Tints of St Tropaz #335077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.6%

R = 20.4%
G = 32%
B = 47.6%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#335077 (or 0x335077) is known color: St Tropaz. HEX triplet: 33, 50 and 77. RGB value is (51,80,119). Sum of RGB (Red+Green+Blue) = 51+80+119=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #335077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335077 is #CCAF88. Grayscale: #4B4B4B. Windows color (decimal): -13414281 or 7819315. OLE color: 7819315.

HSL color Cylindrical-coordinate representation of color #335077: hue angle of 214.41º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #335077 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 80 119 -
CMYK 0.57 0.33 0 0.53
HSL 214.41º 0.4% 0.33% -
HSV(B) 214.41º 0.57% 0.47% -
XYZ 7.56 7.77 18.55 -
YUV 75.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 51 80 119 0.57 0.33 0 0.53 214.41 0.4 0.33
Hex 33 50 77 39 21 0 35 D6 28 21
Octal 63 120 167 71 41 0 65 326 50 41
Binary 110011 1010000 1110111 111001 100001 0 110101 11010110 101000 100001

Color Harmonies of #335077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335077

Black with #335077

Text Example


Text Example

White with #335077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335077; }

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

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

background-color css

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

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

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

border-color css

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

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

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