Html Css Color HEX #274490 Tory Blue

📋 copy color: '#274490'

red 39 ◦ green 68 ◦ blue 144

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

Shades of Tory Blue #274490

Tints of Tory Blue #274490

RGB

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

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

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

R = 15.54%
G = 27.09%
B = 57.37%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#274490 (or 0x274490) is known color: Tory Blue. HEX triplet: 27, 44 and 90. RGB value is (39,68,144). Sum of RGB (Red+Green+Blue) = 39+68+144=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #274490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274490 is #D8BB6F. Grayscale: #434343. Windows color (decimal): -14203760 or 9454631. OLE color: 9454631.

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

Color convert

RGB 39 68 144 -
CMYK 0.73 0.53 0 0.44
HSL 223.43º 0.57% 0.36% -
HSV(B) 223.43º 0.73% 0.56% -
XYZ 7.94 6.58 27.24 -
YUV 67.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 39 68 144 0.73 0.53 0 0.44 223.43 0.57 0.36
Hex 27 44 90 49 35 0 2C DF 39 24
Octal 47 104 220 111 65 0 54 337 71 44
Binary 100111 1000100 10010000 1001001 110101 0 101100 11011111 111001 100100

Color Harmonies of #274490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274490

Black with #274490

Text Example


Text Example

White with #274490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274490; }

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

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

background-color css

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

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

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

border-color css

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

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

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