Html Css Color HEX #274992 Tory Blue

📋 copy color: '#274992'

red 39 ◦ green 73 ◦ blue 146

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

Shades of Tory Blue #274992

Tints of Tory Blue #274992

RGB

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

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

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

R = 15.12%
G = 28.29%
B = 56.59%

CMYK

 C value IS 0.73

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#274992 (or 0x274992) is known color: Tory Blue. HEX triplet: 27, 49 and 92. RGB value is (39,73,146). Sum of RGB (Red+Green+Blue) = 39+73+146=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #274992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274992 is #D8B66D. Grayscale: #464646. Windows color (decimal): -14202478 or 9586983. OLE color: 9586983.

HSL color Cylindrical-coordinate representation of color #274992: hue angle of 220.93º 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 #274992 is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 73 146 -
CMYK 0.73 0.5 0 0.43
HSL 220.93º 0.58% 0.36% -
HSV(B) 220.93º 0.73% 0.57% -
XYZ 8.41 7.27 28.15 -
YUV 71.16 170.24 105.06 -
System Red Green Blue C M Y K H S L
Decimal 39 73 146 0.73 0.5 0 0.43 220.93 0.58 0.36
Hex 27 49 92 49 32 0 2B DD 3A 24
Octal 47 111 222 111 62 0 53 335 72 44
Binary 100111 1001001 10010010 1001001 110010 0 101011 11011101 111010 100100

Color Harmonies of #274992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274992

Black with #274992

Text Example


Text Example

White with #274992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274992; }

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

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

background-color css

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

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

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

border-color css

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

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

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