Html Css Color HEX #2F5079 St Tropaz

📋 copy color: '#2F5079'

red 47 ◦ green 80 ◦ blue 121

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

Shades of St Tropaz #2F5079

Tints of St Tropaz #2F5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.26%

 BLUE value IS 121 (47.66% from 255) = 48.79%

R = 18.95%
G = 32.26%
B = 48.79%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F5079 (or 0x2F5079) is known color: St Tropaz. HEX triplet: 2F, 50 and 79. RGB value is (47,80,121). Sum of RGB (Red+Green+Blue) = 47+80+121=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F5079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5079 is #D0AF86. Grayscale: #4A4A4A. Windows color (decimal): -13676423 or 7950383. OLE color: 7950383.

HSL color Cylindrical-coordinate representation of color #2F5079: hue angle of 213.24º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F5079 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 80 121 -
CMYK 0.61 0.34 0 0.53
HSL 213.24º 0.44% 0.33% -
HSV(B) 213.24º 0.61% 0.47% -
XYZ 7.49 7.72 19.18 -
YUV 74.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 47 80 121 0.61 0.34 0 0.53 213.24 0.44 0.33
Hex 2F 50 79 3D 22 0 35 D5 2C 21
Octal 57 120 171 75 42 0 65 325 54 41
Binary 101111 1010000 1111001 111101 100010 0 110101 11010101 101100 100001

Color Harmonies of #2F5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5079

Black with #2F5079

Text Example


Text Example

White with #2F5079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,80,121); }

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

background-color css

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

 a { background-color: rgb(47,80,121); }

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

border-color css

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

 span { border-color: rgb(47,80,121); }

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