Html Css Color HEX #274190 Tory Blue

📋 copy color: '#274190'

red 39 ◦ green 65 ◦ blue 144

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

Shades of Tory Blue #274190

Tints of Tory Blue #274190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.21%

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

R = 15.73%
G = 26.21%
B = 58.06%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#274190 (or 0x274190) is known color: Tory Blue. HEX triplet: 27, 41 and 90. RGB value is (39,65,144). Sum of RGB (Red+Green+Blue) = 39+65+144=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #274190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274190 is #D8BE6F. Grayscale: #414141. Windows color (decimal): -14204528 or 9453863. OLE color: 9453863.

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

Color convert

RGB 39 65 144 -
CMYK 0.73 0.55 0 0.44
HSL 225.14º 0.57% 0.36% -
HSV(B) 225.14º 0.73% 0.56% -
XYZ 7.76 6.23 27.18 -
YUV 66.23 171.89 108.58 -
System Red Green Blue C M Y K H S L
Decimal 39 65 144 0.73 0.55 0 0.44 225.14 0.57 0.36
Hex 27 41 90 49 37 0 2C E1 39 24
Octal 47 101 220 111 67 0 54 341 71 44
Binary 100111 1000001 10010000 1001001 110111 0 101100 11100001 111001 100100

Color Harmonies of #274190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274190

Black with #274190

Text Example


Text Example

White with #274190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274190; }

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

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

background-color css

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

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

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

border-color css

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

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

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