Html Css Color HEX #274694 Tory Blue

📋 copy color: '#274694'

red 39 ◦ green 70 ◦ blue 148

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

Shades of Tory Blue #274694

Tints of Tory Blue #274694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.59%

R = 15.18%
G = 27.24%
B = 57.59%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#274694 (or 0x274694) is known color: Tory Blue. HEX triplet: 27, 46 and 94. RGB value is (39,70,148). Sum of RGB (Red+Green+Blue) = 39+70+148=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #274694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274694 is #D8B96B. Grayscale: #454545. Windows color (decimal): -14203244 or 9717287. OLE color: 9717287.

HSL color Cylindrical-coordinate representation of color #274694: hue angle of 222.94º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #274694 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 70 148 -
CMYK 0.74 0.53 0 0.42
HSL 222.94º 0.58% 0.37% -
HSV(B) 222.94º 0.74% 0.58% -
XYZ 8.37 6.95 28.92 -
YUV 69.62 172.23 106.16 -
System Red Green Blue C M Y K H S L
Decimal 39 70 148 0.74 0.53 0 0.42 222.94 0.58 0.37
Hex 27 46 94 4A 35 0 2A DF 3A 25
Octal 47 106 224 112 65 0 52 337 72 45
Binary 100111 1000110 10010100 1001010 110101 0 101010 11011111 111010 100101

Color Harmonies of #274694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274694

Black with #274694

Text Example


Text Example

White with #274694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274694; }

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

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

background-color css

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

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

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

border-color css

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

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

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