Html Css Color HEX #2F5183 St Tropaz

📋 copy color: '#2F5183'

red 47 ◦ green 81 ◦ blue 131

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

Shades of St Tropaz #2F5183

Tints of St Tropaz #2F5183

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.27%

 BLUE value IS 131 (51.56% from 255) = 50.58%

R = 18.15%
G = 31.27%
B = 50.58%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2F5183 (or 0x2F5183) is known color: St Tropaz. HEX triplet: 2F, 51 and 83. RGB value is (47,81,131). Sum of RGB (Red+Green+Blue) = 47+81+131=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #2F5183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5183 is #D0AE7C. Grayscale: #4C4C4C. Windows color (decimal): -13676157 or 8605999. OLE color: 8605999.

HSL color Cylindrical-coordinate representation of color #2F5183: hue angle of 215.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F5183 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 47 81 131 -
CMYK 0.64 0.38 0 0.49
HSL 215.71º 0.47% 0.35% -
HSV(B) 215.71º 0.64% 0.51% -
XYZ 8.21 8.13 22.61 -
YUV 76.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 47 81 131 0.64 0.38 0 0.49 215.71 0.47 0.35
Hex 2F 51 83 40 26 0 31 D8 2F 23
Octal 57 121 203 100 46 0 61 330 57 43
Binary 101111 1010001 10000011 1000000 100110 0 110001 11011000 101111 100011

Color Harmonies of #2F5183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5183

Black with #2F5183

Text Example


Text Example

White with #2F5183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,81,131); }

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

background-color css

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

 a { background-color: rgb(47,81,131); }

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

border-color css

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

 span { border-color: rgb(47,81,131); }

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