Html Css Color HEX #2F5786 St Tropaz

📋 copy color: '#2F5786'

red 47 ◦ green 87 ◦ blue 134

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

Shades of St Tropaz #2F5786

Tints of St Tropaz #2F5786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.46%

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

R = 17.54%
G = 32.46%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F5786 (or 0x2F5786) is known color: St Tropaz. HEX triplet: 2F, 57 and 86. RGB value is (47,87,134). Sum of RGB (Red+Green+Blue) = 47+87+134=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F5786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5786 is #D0A879. Grayscale: #505050. Windows color (decimal): -13674618 or 8804143. OLE color: 8804143.

HSL color Cylindrical-coordinate representation of color #2F5786: hue angle of 212.41º 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 #2F5786 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 87 134 -
CMYK 0.65 0.35 0 0.47
HSL 212.41º 0.48% 0.35% -
HSV(B) 212.41º 0.65% 0.53% -
XYZ 8.88 9.14 23.85 -
YUV 80.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 47 87 134 0.65 0.35 0 0.47 212.41 0.48 0.35
Hex 2F 57 86 41 23 0 2F D4 30 23
Octal 57 127 206 101 43 0 57 324 60 43
Binary 101111 1010111 10000110 1000001 100011 0 101111 11010100 110000 100011

Color Harmonies of #2F5786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5786

Black with #2F5786

Text Example


Text Example

White with #2F5786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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