Html Css Color HEX #274996 Tory Blue

📋 copy color: '#274996'

red 39 ◦ green 73 ◦ blue 150

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

Shades of Tory Blue #274996

Tints of Tory Blue #274996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 57.25%

R = 14.89%
G = 27.86%
B = 57.25%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#274996 (or 0x274996) is known color: Tory Blue. HEX triplet: 27, 49 and 96. RGB value is (39,73,150). Sum of RGB (Red+Green+Blue) = 39+73+150=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #274996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274996 is #D8B669. Grayscale: #474747. Windows color (decimal): -14202474 or 9849127. OLE color: 9849127.

HSL color Cylindrical-coordinate representation of color #274996: hue angle of 221.62º 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 #274996 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 39 73 150 -
CMYK 0.74 0.51 0 0.41
HSL 221.62º 0.59% 0.37% -
HSV(B) 221.62º 0.74% 0.59% -
XYZ 8.72 7.4 29.82 -
YUV 71.61 172.24 104.74 -
System Red Green Blue C M Y K H S L
Decimal 39 73 150 0.74 0.51 0 0.41 221.62 0.59 0.37
Hex 27 49 96 4A 33 0 29 DE 3B 25
Octal 47 111 226 112 63 0 51 336 73 45
Binary 100111 1001001 10010110 1001010 110011 0 101001 11011110 111011 100101

Color Harmonies of #274996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274996

Black with #274996

Text Example


Text Example

White with #274996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274996; }

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

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

background-color css

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

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

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

border-color css

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

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

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