Html Css Color HEX #274497 Tory Blue

📋 copy color: '#274497'

red 39 ◦ green 68 ◦ blue 151

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

Shades of Tory Blue #274497

Tints of Tory Blue #274497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.53%

R = 15.12%
G = 26.36%
B = 58.53%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#274497 (or 0x274497) is known color: Tory Blue. HEX triplet: 27, 44 and 97. RGB value is (39,68,151). Sum of RGB (Red+Green+Blue) = 39+68+151=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #274497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274497 is #D8BB68. Grayscale: #444444. Windows color (decimal): -14203753 or 9913383. OLE color: 9913383.

HSL color Cylindrical-coordinate representation of color #274497: hue angle of 224.46º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #274497 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 39 68 151 -
CMYK 0.74 0.55 0 0.41
HSL 224.46º 0.59% 0.37% -
HSV(B) 224.46º 0.74% 0.59% -
XYZ 8.49 6.8 30.14 -
YUV 68.79 174.39 106.75 -
System Red Green Blue C M Y K H S L
Decimal 39 68 151 0.74 0.55 0 0.41 224.46 0.59 0.37
Hex 27 44 97 4A 37 0 29 E0 3B 25
Octal 47 104 227 112 67 0 51 340 73 45
Binary 100111 1000100 10010111 1001010 110111 0 101001 11100000 111011 100101

Color Harmonies of #274497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274497

Black with #274497

Text Example


Text Example

White with #274497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274497; }

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

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

background-color css

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

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

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

border-color css

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

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

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