Html Css Color HEX #2F4791 Tory Blue

📋 copy color: '#2F4791'

red 47 ◦ green 71 ◦ blue 145

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

Shades of Tory Blue #2F4791

Tints of Tory Blue #2F4791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

 BLUE value IS 145 (57.03% from 255) = 55.13%

R = 17.87%
G = 27%
B = 55.13%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F4791 (or 0x2F4791) is known color: Tory Blue. HEX triplet: 2F, 47 and 91. RGB value is (47,71,145). Sum of RGB (Red+Green+Blue) = 47+71+145=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F4791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4791 is #D0B86E. Grayscale: #474747. Windows color (decimal): -13678703 or 9520943. OLE color: 9520943.

HSL color Cylindrical-coordinate representation of color #2F4791: hue angle of 225.31º 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 #2F4791 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 71 145 -
CMYK 0.68 0.51 0 0.43
HSL 225.31º 0.51% 0.38% -
HSV(B) 225.31º 0.68% 0.57% -
XYZ 8.54 7.16 27.72 -
YUV 72.26 169.05 109.98 -
System Red Green Blue C M Y K H S L
Decimal 47 71 145 0.68 0.51 0 0.43 225.31 0.51 0.38
Hex 2F 47 91 44 33 0 2B E1 33 26
Octal 57 107 221 104 63 0 53 341 63 46
Binary 101111 1000111 10010001 1000100 110011 0 101011 11100001 110011 100110

Color Harmonies of #2F4791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4791

Black with #2F4791

Text Example


Text Example

White with #2F4791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,71,145); }

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

background-color css

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

 a { background-color: rgb(47,71,145); }

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

border-color css

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

 span { border-color: rgb(47,71,145); }

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