Html Css Color HEX #274391 Tory Blue

📋 copy color: '#274391'

red 39 ◦ green 67 ◦ blue 145

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

Shades of Tory Blue #274391

Tints of Tory Blue #274391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

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

R = 15.54%
G = 26.69%
B = 57.77%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#274391 (or 0x274391) is known color: Tory Blue. HEX triplet: 27, 43 and 91. RGB value is (39,67,145). Sum of RGB (Red+Green+Blue) = 39+67+145=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #274391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274391 is #D8BC6E. Grayscale: #434343. Windows color (decimal): -14204015 or 9519911. OLE color: 9519911.

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

Color convert

RGB 39 67 145 -
CMYK 0.73 0.54 0 0.43
HSL 224.15º 0.58% 0.36% -
HSV(B) 224.15º 0.73% 0.57% -
XYZ 7.95 6.49 27.62 -
YUV 67.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 39 67 145 0.73 0.54 0 0.43 224.15 0.58 0.36
Hex 27 43 91 49 36 0 2B E0 3A 24
Octal 47 103 221 111 66 0 53 340 72 44
Binary 100111 1000011 10010001 1001001 110110 0 101011 11100000 111010 100100

Color Harmonies of #274391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274391

Black with #274391

Text Example


Text Example

White with #274391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274391; }

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

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

background-color css

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

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

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

border-color css

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

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

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