Html Css Color HEX #274693 Tory Blue

📋 copy color: '#274693'

red 39 ◦ green 70 ◦ blue 147

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

Shades of Tory Blue #274693

Tints of Tory Blue #274693

RGB

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

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

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

R = 15.23%
G = 27.34%
B = 57.42%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#274693 (or 0x274693) is known color: Tory Blue. HEX triplet: 27, 46 and 93. RGB value is (39,70,147). Sum of RGB (Red+Green+Blue) = 39+70+147=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #274693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274693 is #D8B96C. Grayscale: #454545. Windows color (decimal): -14203245 or 9651751. OLE color: 9651751.

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

Color convert

RGB 39 70 147 -
CMYK 0.73 0.52 0 0.42
HSL 222.78º 0.58% 0.36% -
HSV(B) 222.78º 0.73% 0.58% -
XYZ 8.29 6.92 28.5 -
YUV 69.51 171.73 106.24 -
System Red Green Blue C M Y K H S L
Decimal 39 70 147 0.73 0.52 0 0.42 222.78 0.58 0.36
Hex 27 46 93 49 34 0 2A DF 3A 24
Octal 47 106 223 111 64 0 52 337 72 44
Binary 100111 1000110 10010011 1001001 110100 0 101010 11011111 111010 100100

Color Harmonies of #274693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274693

Black with #274693

Text Example


Text Example

White with #274693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274693; }

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

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

background-color css

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

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

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

border-color css

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

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

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