Html Css Color HEX #274699 Tory Blue

📋 copy color: '#274699'

red 39 ◦ green 70 ◦ blue 153

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

Shades of Tory Blue #274699

Tints of Tory Blue #274699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 58.4%

R = 14.89%
G = 26.72%
B = 58.4%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#274699 (or 0x274699) is known color: Tory Blue. HEX triplet: 27, 46 and 99. RGB value is (39,70,153). Sum of RGB (Red+Green+Blue) = 39+70+153=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #274699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274699 is #D8B966. Grayscale: #454545. Windows color (decimal): -14203239 or 10044967. OLE color: 10044967.

HSL color Cylindrical-coordinate representation of color #274699: hue angle of 223.68º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #274699 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 70 153 -
CMYK 0.75 0.54 0 0.4
HSL 223.68º 0.59% 0.38% -
HSV(B) 223.68º 0.75% 0.6% -
XYZ 8.78 7.11 31.05 -
YUV 70.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 39 70 153 0.75 0.54 0 0.4 223.68 0.59 0.38
Hex 27 46 99 4B 36 0 28 E0 3B 26
Octal 47 106 231 113 66 0 50 340 73 46
Binary 100111 1000110 10011001 1001011 110110 0 101000 11100000 111011 100110

Color Harmonies of #274699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274699

Black with #274699

Text Example


Text Example

White with #274699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274699; }

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

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

background-color css

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

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

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

border-color css

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

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

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