Html Css Color HEX #335686 St Tropaz

📋 copy color: '#335686'

red 51 ◦ green 86 ◦ blue 134

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

Shades of St Tropaz #335686

Tints of St Tropaz #335686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 49.45%

R = 18.82%
G = 31.73%
B = 49.45%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#335686 (or 0x335686) is known color: St Tropaz. HEX triplet: 33, 56 and 86. RGB value is (51,86,134). Sum of RGB (Red+Green+Blue) = 51+86+134=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #335686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335686 is #CCA979. Grayscale: #505050. Windows color (decimal): -13412730 or 8803891. OLE color: 8803891.

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

Color convert

RGB 51 86 134 -
CMYK 0.62 0.36 0 0.47
HSL 214.7º 0.45% 0.36% -
HSV(B) 214.7º 0.62% 0.53% -
XYZ 9 9.08 23.83 -
YUV 81.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 51 86 134 0.62 0.36 0 0.47 214.7 0.45 0.36
Hex 33 56 86 3E 24 0 2F D7 2D 24
Octal 63 126 206 76 44 0 57 327 55 44
Binary 110011 1010110 10000110 111110 100100 0 101111 11010111 101101 100100

Color Harmonies of #335686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335686

Black with #335686

Text Example


Text Example

White with #335686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335686; }

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

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

background-color css

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

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

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

border-color css

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

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

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