Html Css Color HEX #2F4991 Tory Blue

📋 copy color: '#2F4991'

red 47 ◦ green 73 ◦ blue 145

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

Shades of Tory Blue #2F4991

Tints of Tory Blue #2F4991

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

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

R = 17.74%
G = 27.55%
B = 54.72%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F4991 (or 0x2F4991) is known color: Tory Blue. HEX triplet: 2F, 49 and 91. RGB value is (47,73,145). Sum of RGB (Red+Green+Blue) = 47+73+145=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F4991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4991 is #D0B66E. Grayscale: #494949. Windows color (decimal): -13678191 or 9521455. OLE color: 9521455.

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

Color convert

RGB 47 73 145 -
CMYK 0.68 0.50 0 0.43
HSL 224.08º 0.51% 0.38% -
HSV(B) 224.08º 0.68% 0.57% -
XYZ 8.67 7.41 27.76 -
YUV 73.43 168.39 109.15 -
System Red Green Blue C M Y K H S L
Decimal 47 73 145 0.68 0.50 0 0.43 224.08 0.51 0.38
Hex 2F 49 91 44 32 0 2B E0 33 26
Octal 57 111 221 104 62 0 53 340 63 46
Binary 101111 1001001 10010001 1000100 110010 0 101011 11100000 110011 100110

Color Harmonies of #2F4991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4991

Black with #2F4991

Text Example


Text Example

White with #2F4991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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