Html Css Color HEX #274691 Tory Blue

📋 copy color: '#274691'

red 39 ◦ green 70 ◦ blue 145

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

Shades of Tory Blue #274691

Tints of Tory Blue #274691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

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

R = 15.35%
G = 27.56%
B = 57.09%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#274691 (or 0x274691) is known color: Tory Blue. HEX triplet: 27, 46 and 91. RGB value is (39,70,145). Sum of RGB (Red+Green+Blue) = 39+70+145=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #274691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274691 is #D8B96E. Grayscale: #444444. Windows color (decimal): -14203247 or 9520679. OLE color: 9520679.

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

Color convert

RGB 39 70 145 -
CMYK 0.73 0.52 0 0.43
HSL 222.45º 0.58% 0.36% -
HSV(B) 222.45º 0.73% 0.57% -
XYZ 8.14 6.86 27.68 -
YUV 69.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 39 70 145 0.73 0.52 0 0.43 222.45 0.58 0.36
Hex 27 46 91 49 34 0 2B DE 3A 24
Octal 47 106 221 111 64 0 53 336 72 44
Binary 100111 1000110 10010001 1001001 110100 0 101011 11011110 111010 100100

Color Harmonies of #274691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274691

Black with #274691

Text Example


Text Example

White with #274691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274691; }

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

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

background-color css

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

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

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

border-color css

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

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

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