Html Css Color HEX #274695 Tory Blue

📋 copy color: '#274695'

red 39 ◦ green 70 ◦ blue 149

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

Shades of Tory Blue #274695

Tints of Tory Blue #274695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 57.75%

R = 15.12%
G = 27.13%
B = 57.75%

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

#274695 (or 0x274695) is known color: Tory Blue. HEX triplet: 27, 46 and 95. RGB value is (39,70,149). Sum of RGB (Red+Green+Blue) = 39+70+149=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #274695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274695 is #D8B96A. Grayscale: #454545. Windows color (decimal): -14203243 or 9782823. OLE color: 9782823.

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

Color convert

RGB 39 70 149 -
CMYK 0.74 0.53 0 0.42
HSL 223.09º 0.59% 0.37% -
HSV(B) 223.09º 0.74% 0.58% -
XYZ 8.45 6.98 29.34 -
YUV 69.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 39 70 149 0.74 0.53 0 0.42 223.09 0.59 0.37
Hex 27 46 95 4A 35 0 2A DF 3B 25
Octal 47 106 225 112 65 0 52 337 73 45
Binary 100111 1000110 10010101 1001010 110101 0 101010 11011111 111011 100101

Color Harmonies of #274695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274695

Black with #274695

Text Example


Text Example

White with #274695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274695; }

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

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

background-color css

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

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

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

border-color css

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

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

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