Html Css Color HEX #274290 Tory Blue

📋 copy color: '#274290'

red 39 ◦ green 66 ◦ blue 144

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

Shades of Tory Blue #274290

Tints of Tory Blue #274290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

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

R = 15.66%
G = 26.51%
B = 57.83%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#274290 (or 0x274290) is known color: Tory Blue. HEX triplet: 27, 42 and 90. RGB value is (39,66,144). Sum of RGB (Red+Green+Blue) = 39+66+144=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #274290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274290 is #D8BD6F. Grayscale: #424242. Windows color (decimal): -14204272 or 9454119. OLE color: 9454119.

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

Color convert

RGB 39 66 144 -
CMYK 0.73 0.54 0 0.44
HSL 224.57º 0.57% 0.36% -
HSV(B) 224.57º 0.73% 0.56% -
XYZ 7.82 6.34 27.2 -
YUV 66.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 39 66 144 0.73 0.54 0 0.44 224.57 0.57 0.36
Hex 27 42 90 49 36 0 2C E1 39 24
Octal 47 102 220 111 66 0 54 341 71 44
Binary 100111 1000010 10010000 1001001 110110 0 101100 11100001 111001 100100

Color Harmonies of #274290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274290

Black with #274290

Text Example


Text Example

White with #274290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274290; }

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

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

background-color css

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

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

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

border-color css

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

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

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