Html Css Color HEX #274493 Tory Blue

📋 copy color: '#274493'

red 39 ◦ green 68 ◦ blue 147

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

Shades of Tory Blue #274493

Tints of Tory Blue #274493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

 BLUE value IS 147 (57.81% from 255) = 57.87%

R = 15.35%
G = 26.77%
B = 57.87%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#274493 (or 0x274493) is known color: Tory Blue. HEX triplet: 27, 44 and 93. RGB value is (39,68,147). Sum of RGB (Red+Green+Blue) = 39+68+147=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #274493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274493 is #D8BB6C. Grayscale: #434343. Windows color (decimal): -14203757 or 9651239. OLE color: 9651239.

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

Color convert

RGB 39 68 147 -
CMYK 0.73 0.54 0 0.42
HSL 223.89º 0.58% 0.36% -
HSV(B) 223.89º 0.73% 0.58% -
XYZ 8.17 6.67 28.46 -
YUV 68.34 172.39 107.08 -
System Red Green Blue C M Y K H S L
Decimal 39 68 147 0.73 0.54 0 0.42 223.89 0.58 0.36
Hex 27 44 93 49 36 0 2A E0 3A 24
Octal 47 104 223 111 66 0 52 340 72 44
Binary 100111 1000100 10010011 1001001 110110 0 101010 11100000 111010 100100

Color Harmonies of #274493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274493

Black with #274493

Text Example


Text Example

White with #274493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274493; }

 p { color: rgb(39,68,147); }

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

background-color css

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

 a { background-color: rgb(39,68,147); }

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

border-color css

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

 span { border-color: rgb(39,68,147); }

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