Html Css Color HEX #274690 Tory Blue

📋 copy color: '#274690'

red 39 ◦ green 70 ◦ blue 144

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

Shades of Tory Blue #274690

Tints of Tory Blue #274690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

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

R = 15.42%
G = 27.67%
B = 56.92%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#274690 (or 0x274690) is known color: Tory Blue. HEX triplet: 27, 46 and 90. RGB value is (39,70,144). Sum of RGB (Red+Green+Blue) = 39+70+144=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #274690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274690 is #D8B96F. Grayscale: #444444. Windows color (decimal): -14203248 or 9455143. OLE color: 9455143.

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

Color convert

RGB 39 70 144 -
CMYK 0.73 0.51 0 0.44
HSL 222.29º 0.57% 0.36% -
HSV(B) 222.29º 0.73% 0.56% -
XYZ 8.06 6.83 27.28 -
YUV 69.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 39 70 144 0.73 0.51 0 0.44 222.29 0.57 0.36
Hex 27 46 90 49 33 0 2C DE 39 24
Octal 47 106 220 111 63 0 54 336 71 44
Binary 100111 1000110 10010000 1001001 110011 0 101100 11011110 111001 100100

Color Harmonies of #274690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274690

Black with #274690

Text Example


Text Example

White with #274690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274690; }

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

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

background-color css

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

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

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

border-color css

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

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

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