Html Css Color HEX #335681 St Tropaz

📋 copy color: '#335681'

red 51 ◦ green 86 ◦ blue 129

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

Shades of St Tropaz #335681

Tints of St Tropaz #335681

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

 BLUE value IS 129 (50.78% from 255) = 48.5%

R = 19.17%
G = 32.33%
B = 48.5%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#335681 (or 0x335681) is known color: St Tropaz. HEX triplet: 33, 56 and 81. RGB value is (51,86,129). Sum of RGB (Red+Green+Blue) = 51+86+129=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #335681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335681 is #CCA97E. Grayscale: #505050. Windows color (decimal): -13412735 or 8476211. OLE color: 8476211.

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

Color convert

RGB 51 86 129 -
CMYK 0.60 0.33 0 0.49
HSL 213.08º 0.43% 0.35% -
HSV(B) 213.08º 0.6% 0.51% -
XYZ 8.66 8.94 22.04 -
YUV 80.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 51 86 129 0.60 0.33 0 0.49 213.08 0.43 0.35
Hex 33 56 81 3C 21 0 31 D5 2B 23
Octal 63 126 201 74 41 0 61 325 53 43
Binary 110011 1010110 10000001 111100 100001 0 110001 11010101 101011 100011

Color Harmonies of #335681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335681

Black with #335681

Text Example


Text Example

White with #335681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335681; }

 p { color: rgb(51,86,129); }

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

background-color css

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

 a { background-color: rgb(51,86,129); }

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

border-color css

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

 span { border-color: rgb(51,86,129); }

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