Html Css Color HEX #2F5780 St Tropaz

📋 copy color: '#2F5780'

red 47 ◦ green 87 ◦ blue 128

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

Shades of St Tropaz #2F5780

Tints of St Tropaz #2F5780

RGB

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

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

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

R = 17.94%
G = 33.21%
B = 48.85%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2F5780 (or 0x2F5780) is known color: St Tropaz. HEX triplet: 2F, 57 and 80. RGB value is (47,87,128). Sum of RGB (Red+Green+Blue) = 47+87+128=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #2F5780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5780 is #D0A87F. Grayscale: #4F4F4F. Windows color (decimal): -13674624 or 8410927. OLE color: 8410927.

HSL color Cylindrical-coordinate representation of color #2F5780: hue angle of 210.37º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F5780 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 47 87 128 -
CMYK 0.63 0.32 0 0.50
HSL 210.37º 0.46% 0.34% -
HSV(B) 210.37º 0.63% 0.5% -
XYZ 8.48 8.98 21.71 -
YUV 79.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 47 87 128 0.63 0.32 0 0.50 210.37 0.46 0.34
Hex 2F 57 80 3F 20 0 32 D2 2E 22
Octal 57 127 200 77 40 0 62 322 56 42
Binary 101111 1010111 10000000 111111 100000 0 110010 11010010 101110 100010

Color Harmonies of #2F5780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5780

Black with #2F5780

Text Example


Text Example

White with #2F5780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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