Html Css Color HEX #274990 Tory Blue

📋 copy color: '#274990'

red 39 ◦ green 73 ◦ blue 144

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

Shades of Tory Blue #274990

Tints of Tory Blue #274990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.25%

R = 15.23%
G = 28.52%
B = 56.25%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#274990 (or 0x274990) is known color: Tory Blue. HEX triplet: 27, 49 and 90. RGB value is (39,73,144). Sum of RGB (Red+Green+Blue) = 39+73+144=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #274990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274990 is #D8B66F. Grayscale: #464646. Windows color (decimal): -14202480 or 9455911. OLE color: 9455911.

HSL color Cylindrical-coordinate representation of color #274990: hue angle of 220.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274990 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 73 144 -
CMYK 0.73 0.49 0 0.44
HSL 220.57º 0.57% 0.36% -
HSV(B) 220.57º 0.73% 0.56% -
XYZ 8.25 7.21 27.34 -
YUV 70.93 169.24 105.23 -
System Red Green Blue C M Y K H S L
Decimal 39 73 144 0.73 0.49 0 0.44 220.57 0.57 0.36
Hex 27 49 90 49 31 0 2C DD 39 24
Octal 47 111 220 111 61 0 54 335 71 44
Binary 100111 1001001 10010000 1001001 110001 0 101100 11011101 111001 100100

Color Harmonies of #274990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274990

Black with #274990

Text Example


Text Example

White with #274990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274990; }

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

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

background-color css

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

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

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

border-color css

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

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

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