Html Css Color HEX #274AA0 Tory Blue

📋 copy color: '#274AA0'

red 39 ◦ green 74 ◦ blue 160

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

Shades of Tory Blue #274AA0

Tints of Tory Blue #274AA0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.11%

 BLUE value IS 160 (62.89% from 255) = 58.61%

R = 14.29%
G = 27.11%
B = 58.61%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#274AA0 (or 0x274AA0) is known color: Tory Blue. HEX triplet: 27, 4A and A0. RGB value is (39,74,160). Sum of RGB (Red+Green+Blue) = 39+74+160=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #274AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274AA0 is #D8B55F. Grayscale: #484848. Windows color (decimal): -14202208 or 10504743. OLE color: 10504743.

HSL color Cylindrical-coordinate representation of color #274AA0: hue angle of 222.64º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #274AA0 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 39 74 160 -
CMYK 0.76 0.54 0 0.37
HSL 222.64º 0.61% 0.39% -
HSV(B) 222.64º 0.76% 0.63% -
XYZ 9.63 7.87 34.27 -
YUV 73.34 176.9 103.51 -
System Red Green Blue C M Y K H S L
Decimal 39 74 160 0.76 0.54 0 0.37 222.64 0.61 0.39
Hex 27 4A A0 4C 36 0 25 DF 3D 27
Octal 47 112 240 114 66 0 45 337 75 47
Binary 100111 1001010 10100000 1001100 110110 0 100101 11011111 111101 100111

Color Harmonies of #274AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274AA0

Black with #274AA0

Text Example


Text Example

White with #274AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274AA0; }

 p { color: rgb(39,74,160); }

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

background-color css

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

 a { background-color: rgb(39,74,160); }

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

border-color css

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

 span { border-color: rgb(39,74,160); }

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