Html Css Color HEX #2F5192 Tory Blue

📋 copy color: '#2F5192'

red 47 ◦ green 81 ◦ blue 146

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

Shades of Tory Blue #2F5192

Tints of Tory Blue #2F5192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.28%

R = 17.15%
G = 29.56%
B = 53.28%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F5192 (or 0x2F5192) is known color: Tory Blue. HEX triplet: 2F, 51 and 92. RGB value is (47,81,146). Sum of RGB (Red+Green+Blue) = 47+81+146=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F5192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5192 is #D0AE6D. Grayscale: #4D4D4D. Windows color (decimal): -13676142 or 9589039. OLE color: 9589039.

HSL color Cylindrical-coordinate representation of color #2F5192: hue angle of 219.39º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F5192 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 81 146 -
CMYK 0.68 0.45 0 0.43
HSL 219.39º 0.51% 0.38% -
HSV(B) 219.39º 0.68% 0.57% -
XYZ 9.3 8.56 28.36 -
YUV 78.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 47 81 146 0.68 0.45 0 0.43 219.39 0.51 0.38
Hex 2F 51 92 44 2D 0 2B DB 33 26
Octal 57 121 222 104 55 0 53 333 63 46
Binary 101111 1010001 10010010 1000100 101101 0 101011 11011011 110011 100110

Color Harmonies of #2F5192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5192

Black with #2F5192

Text Example


Text Example

White with #2F5192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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