Html Css Color HEX #335479 St Tropaz

📋 copy color: '#335479'

red 51 ◦ green 84 ◦ blue 121

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

Shades of St Tropaz #335479

Tints of St Tropaz #335479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.81%

 BLUE value IS 121 (47.66% from 255) = 47.27%

R = 19.92%
G = 32.81%
B = 47.27%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#335479 (or 0x335479) is known color: St Tropaz. HEX triplet: 33, 54 and 79. RGB value is (51,84,121). Sum of RGB (Red+Green+Blue) = 51+84+121=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #335479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335479 is #CCAB86. Grayscale: #4E4E4E. Windows color (decimal): -13413255 or 7951411. OLE color: 7951411.

HSL color Cylindrical-coordinate representation of color #335479: hue angle of 211.71º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #335479 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 84 121 -
CMYK 0.58 0.31 0 0.53
HSL 211.71º 0.41% 0.34% -
HSV(B) 211.71º 0.58% 0.47% -
XYZ 7.99 8.42 19.29 -
YUV 78.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 51 84 121 0.58 0.31 0 0.53 211.71 0.41 0.34
Hex 33 54 79 3A 1F 0 35 D4 29 22
Octal 63 124 171 72 37 0 65 324 51 42
Binary 110011 1010100 1111001 111010 11111 0 110101 11010100 101001 100010

Color Harmonies of #335479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335479

Black with #335479

Text Example


Text Example

White with #335479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335479; }

 p { color: rgb(51,84,121); }

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

background-color css

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

 a { background-color: rgb(51,84,121); }

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

border-color css

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

 span { border-color: rgb(51,84,121); }

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