Html Css Color HEX #2D4791 Tory Blue

📋 copy color: '#2D4791'

red 45 ◦ green 71 ◦ blue 145

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

Shades of Tory Blue #2D4791

Tints of Tory Blue #2D4791

RGB

 RED value IS 45 (17.97% from 255) = 17.24%

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

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

R = 17.24%
G = 27.2%
B = 55.56%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2D4791 (or 0x2D4791) is known color: Tory Blue. HEX triplet: 2D, 47 and 91. RGB value is (45,71,145). Sum of RGB (Red+Green+Blue) = 45+71+145=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #2D4791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4791 is #D2B86E. Grayscale: #474747. Windows color (decimal): -13809775 or 9520941. OLE color: 9520941.

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

Color convert

RGB 45 71 145 -
CMYK 0.69 0.51 0 0.43
HSL 224.4º 0.53% 0.37% -
HSV(B) 224.4º 0.69% 0.57% -
XYZ 8.45 7.11 27.72 -
YUV 71.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 45 71 145 0.69 0.51 0 0.43 224.4 0.53 0.37
Hex 2D 47 91 45 33 0 2B E0 35 25
Octal 55 107 221 105 63 0 53 340 65 45
Binary 101101 1000111 10010001 1000101 110011 0 101011 11100000 110101 100101

Color Harmonies of #2D4791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4791

Black with #2D4791

Text Example


Text Example

White with #2D4791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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