Html Css Color HEX #274794 Tory Blue

📋 copy color: '#274794'

red 39 ◦ green 71 ◦ blue 148

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

Shades of Tory Blue #274794

Tints of Tory Blue #274794

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

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

R = 15.12%
G = 27.52%
B = 57.36%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#274794 (or 0x274794) is known color: Tory Blue. HEX triplet: 27, 47 and 94. RGB value is (39,71,148). Sum of RGB (Red+Green+Blue) = 39+71+148=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #274794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274794 is #D8B86B. Grayscale: #454545. Windows color (decimal): -14202988 or 9717543. OLE color: 9717543.

HSL color Cylindrical-coordinate representation of color #274794: hue angle of 222.39º 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 #274794 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 71 148 -
CMYK 0.74 0.52 0 0.42
HSL 222.39º 0.58% 0.37% -
HSV(B) 222.39º 0.74% 0.58% -
XYZ 8.44 7.08 28.94 -
YUV 70.21 171.9 105.74 -
System Red Green Blue C M Y K H S L
Decimal 39 71 148 0.74 0.52 0 0.42 222.39 0.58 0.37
Hex 27 47 94 4A 34 0 2A DE 3A 25
Octal 47 107 224 112 64 0 52 336 72 45
Binary 100111 1000111 10010100 1001010 110100 0 101010 11011110 111010 100101

Color Harmonies of #274794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274794

Black with #274794

Text Example


Text Example

White with #274794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274794; }

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

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

background-color css

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

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

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

border-color css

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

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

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