Html Css Color HEX #274697 Tory Blue

📋 copy color: '#274697'

red 39 ◦ green 70 ◦ blue 151

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

Shades of Tory Blue #274697

Tints of Tory Blue #274697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.08%

R = 15%
G = 26.92%
B = 58.08%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#274697 (or 0x274697) is known color: Tory Blue. HEX triplet: 27, 46 and 97. RGB value is (39,70,151). Sum of RGB (Red+Green+Blue) = 39+70+151=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #274697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274697 is #D8B968. Grayscale: #454545. Windows color (decimal): -14203241 or 9913895. OLE color: 9913895.

HSL color Cylindrical-coordinate representation of color #274697: hue angle of 223.39º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #274697 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 39 70 151 -
CMYK 0.74 0.54 0 0.41
HSL 223.39º 0.59% 0.37% -
HSV(B) 223.39º 0.74% 0.59% -
XYZ 8.61 7.05 30.18 -
YUV 69.97 173.73 105.91 -
System Red Green Blue C M Y K H S L
Decimal 39 70 151 0.74 0.54 0 0.41 223.39 0.59 0.37
Hex 27 46 97 4A 36 0 29 DF 3B 25
Octal 47 106 227 112 66 0 51 337 73 45
Binary 100111 1000110 10010111 1001010 110110 0 101001 11011111 111011 100101

Color Harmonies of #274697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274697

Black with #274697

Text Example


Text Example

White with #274697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274697; }

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

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

background-color css

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

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

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

border-color css

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

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

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