Html Css Color HEX #335880 St Tropaz

📋 copy color: '#335880'

red 51 ◦ green 88 ◦ blue 128

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

Shades of St Tropaz #335880

Tints of St Tropaz #335880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.96%

 BLUE value IS 128 (50.39% from 255) = 47.94%

R = 19.1%
G = 32.96%
B = 47.94%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#335880 (or 0x335880) is known color: St Tropaz. HEX triplet: 33, 58 and 80. RGB value is (51,88,128). Sum of RGB (Red+Green+Blue) = 51+88+128=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #335880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335880 is #CCA77F. Grayscale: #515151. Windows color (decimal): -13412224 or 8411187. OLE color: 8411187.

HSL color Cylindrical-coordinate representation of color #335880: hue angle of 211.17º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #335880 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 88 128 -
CMYK 0.60 0.31 0 0.50
HSL 211.17º 0.43% 0.35% -
HSV(B) 211.17º 0.6% 0.5% -
XYZ 8.75 9.24 21.74 -
YUV 81.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 51 88 128 0.60 0.31 0 0.50 211.17 0.43 0.35
Hex 33 58 80 3C 1F 0 32 D3 2B 23
Octal 63 130 200 74 37 0 62 323 53 43
Binary 110011 1011000 10000000 111100 11111 0 110010 11010011 101011 100011

Color Harmonies of #335880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335880

Black with #335880

Text Example


Text Example

White with #335880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335880; }

 p { color: rgb(51,88,128); }

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

background-color css

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

 a { background-color: rgb(51,88,128); }

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

border-color css

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

 span { border-color: rgb(51,88,128); }

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