Html Css Color HEX #274091 Tory Blue

📋 copy color: '#274091'

red 39 ◦ green 64 ◦ blue 145

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

Shades of Tory Blue #274091

Tints of Tory Blue #274091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

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

R = 15.73%
G = 25.81%
B = 58.47%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#274091 (or 0x274091) is known color: Tory Blue. HEX triplet: 27, 40 and 91. RGB value is (39,64,145). Sum of RGB (Red+Green+Blue) = 39+64+145=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #274091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274091 is #D8BF6E. Grayscale: #414141. Windows color (decimal): -14204783 or 9519143. OLE color: 9519143.

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

Color convert

RGB 39 64 145 -
CMYK 0.73 0.56 0 0.43
HSL 225.85º 0.58% 0.36% -
HSV(B) 225.85º 0.73% 0.57% -
XYZ 7.78 6.14 27.56 -
YUV 65.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 39 64 145 0.73 0.56 0 0.43 225.85 0.58 0.36
Hex 27 40 91 49 38 0 2B E2 3A 24
Octal 47 100 221 111 70 0 53 342 72 44
Binary 100111 1000000 10010001 1001001 111000 0 101011 11100010 111010 100100

Color Harmonies of #274091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274091

Black with #274091

Text Example


Text Example

White with #274091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274091; }

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

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

background-color css

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

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

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

border-color css

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

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

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