Html Css Color HEX #274393 Tory Blue

📋 copy color: '#274393'

red 39 ◦ green 67 ◦ blue 147

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

Shades of Tory Blue #274393

Tints of Tory Blue #274393

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.48%

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

R = 15.42%
G = 26.48%
B = 58.1%

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

#274393 (or 0x274393) is known color: Tory Blue. HEX triplet: 27, 43 and 93. RGB value is (39,67,147). Sum of RGB (Red+Green+Blue) = 39+67+147=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #274393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274393 is #D8BC6C. Grayscale: #434343. Windows color (decimal): -14204013 or 9650983. OLE color: 9650983.

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

Color convert

RGB 39 67 147 -
CMYK 0.73 0.54 0 0.42
HSL 224.44º 0.58% 0.36% -
HSV(B) 224.44º 0.73% 0.58% -
XYZ 8.11 6.55 28.44 -
YUV 67.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 39 67 147 0.73 0.54 0 0.42 224.44 0.58 0.36
Hex 27 43 93 49 36 0 2A E0 3A 24
Octal 47 103 223 111 66 0 52 340 72 44
Binary 100111 1000011 10010011 1001001 110110 0 101010 11100000 111010 100100

Color Harmonies of #274393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274393

Black with #274393

Text Example


Text Example

White with #274393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274393; }

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

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

background-color css

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

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

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

border-color css

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

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

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