Html Css Color HEX #2F5686 St Tropaz

📋 copy color: '#2F5686'

red 47 ◦ green 86 ◦ blue 134

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

Shades of St Tropaz #2F5686

Tints of St Tropaz #2F5686

RGB

 RED value IS 47 (18.75% from 255) = 17.6%

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

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

R = 17.6%
G = 32.21%
B = 50.19%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F5686 (or 0x2F5686) is known color: St Tropaz. HEX triplet: 2F, 56 and 86. RGB value is (47,86,134). Sum of RGB (Red+Green+Blue) = 47+86+134=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F5686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5686 is #D0A979. Grayscale: #4F4F4F. Windows color (decimal): -13674874 or 8803887. OLE color: 8803887.

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

Color convert

RGB 47 86 134 -
CMYK 0.65 0.36 0 0.47
HSL 213.1º 0.48% 0.35% -
HSV(B) 213.1º 0.65% 0.53% -
XYZ 8.8 8.98 23.82 -
YUV 79.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 47 86 134 0.65 0.36 0 0.47 213.1 0.48 0.35
Hex 2F 56 86 41 24 0 2F D5 30 23
Octal 57 126 206 101 44 0 57 325 60 43
Binary 101111 1010110 10000110 1000001 100100 0 101111 11010101 110000 100011

Color Harmonies of #2F5686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5686

Black with #2F5686

Text Example


Text Example

White with #2F5686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F5686; }

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

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

background-color css

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

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

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

border-color css

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

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

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