Html Css Color HEX #274491 Tory Blue

📋 copy color: '#274491'

red 39 ◦ green 68 ◦ blue 145

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

Shades of Tory Blue #274491

Tints of Tory Blue #274491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

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

R = 15.48%
G = 26.98%
B = 57.54%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#274491 (or 0x274491) is known color: Tory Blue. HEX triplet: 27, 44 and 91. RGB value is (39,68,145). Sum of RGB (Red+Green+Blue) = 39+68+145=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #274491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274491 is #D8BB6E. Grayscale: #434343. Windows color (decimal): -14203759 or 9520167. OLE color: 9520167.

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

Color convert

RGB 39 68 145 -
CMYK 0.73 0.53 0 0.43
HSL 223.58º 0.58% 0.36% -
HSV(B) 223.58º 0.73% 0.57% -
XYZ 8.01 6.61 27.64 -
YUV 68.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 39 68 145 0.73 0.53 0 0.43 223.58 0.58 0.36
Hex 27 44 91 49 35 0 2B E0 3A 24
Octal 47 104 221 111 65 0 53 340 72 44
Binary 100111 1000100 10010001 1001001 110101 0 101011 11100000 111010 100100

Color Harmonies of #274491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274491

Black with #274491

Text Example


Text Example

White with #274491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274491; }

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

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

background-color css

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

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

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

border-color css

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

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

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