Html Css Color HEX #274995 Tory Blue

📋 copy color: '#274995'

red 39 ◦ green 73 ◦ blue 149

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

Shades of Tory Blue #274995

Tints of Tory Blue #274995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.97%

 BLUE value IS 149 (58.59% from 255) = 57.09%

R = 14.94%
G = 27.97%
B = 57.09%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#274995 (or 0x274995) is known color: Tory Blue. HEX triplet: 27, 49 and 95. RGB value is (39,73,149). Sum of RGB (Red+Green+Blue) = 39+73+149=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #274995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274995 is #D8B66A. Grayscale: #474747. Windows color (decimal): -14202475 or 9783591. OLE color: 9783591.

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

Color convert

RGB 39 73 149 -
CMYK 0.74 0.51 0 0.42
HSL 221.45º 0.59% 0.37% -
HSV(B) 221.45º 0.74% 0.58% -
XYZ 8.64 7.37 29.4 -
YUV 71.5 171.74 104.82 -
System Red Green Blue C M Y K H S L
Decimal 39 73 149 0.74 0.51 0 0.42 221.45 0.59 0.37
Hex 27 49 95 4A 33 0 2A DD 3B 25
Octal 47 111 225 112 63 0 52 335 73 45
Binary 100111 1001001 10010101 1001010 110011 0 101010 11011101 111011 100101

Color Harmonies of #274995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274995

Black with #274995

Text Example


Text Example

White with #274995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274995; }

 p { color: rgb(39,73,149); }

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

background-color css

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

 a { background-color: rgb(39,73,149); }

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

border-color css

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

 span { border-color: rgb(39,73,149); }

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