Html Css Color HEX #274991 Tory Blue

📋 copy color: '#274991'

red 39 ◦ green 73 ◦ blue 145

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

Shades of Tory Blue #274991

Tints of Tory Blue #274991

RGB

 RED value IS 39 (15.63% from 255) = 15.18%

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

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

R = 15.18%
G = 28.4%
B = 56.42%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#274991 (or 0x274991) is known color: Tory Blue. HEX triplet: 27, 49 and 91. RGB value is (39,73,145). Sum of RGB (Red+Green+Blue) = 39+73+145=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #274991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274991 is #D8B66E. Grayscale: #464646. Windows color (decimal): -14202479 or 9521447. OLE color: 9521447.

HSL color Cylindrical-coordinate representation of color #274991: hue angle of 220.75º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274991 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 73 145 -
CMYK 0.73 0.50 0 0.43
HSL 220.75º 0.58% 0.36% -
HSV(B) 220.75º 0.73% 0.57% -
XYZ 8.33 7.24 27.75 -
YUV 71.04 169.74 105.15 -
System Red Green Blue C M Y K H S L
Decimal 39 73 145 0.73 0.50 0 0.43 220.75 0.58 0.36
Hex 27 49 91 49 32 0 2B DD 3A 24
Octal 47 111 221 111 62 0 53 335 72 44
Binary 100111 1001001 10010001 1001001 110010 0 101011 11011101 111010 100100

Color Harmonies of #274991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274991

Black with #274991

Text Example


Text Example

White with #274991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274991; }

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

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

background-color css

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

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

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

border-color css

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

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

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