Html Css Color HEX #274698 Tory Blue

📋 copy color: '#274698'

red 39 ◦ green 70 ◦ blue 152

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

Shades of Tory Blue #274698

Tints of Tory Blue #274698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 58.24%

R = 14.94%
G = 26.82%
B = 58.24%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#274698 (or 0x274698) is known color: Tory Blue. HEX triplet: 27, 46 and 98. RGB value is (39,70,152). Sum of RGB (Red+Green+Blue) = 39+70+152=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #274698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274698 is #D8B967. Grayscale: #454545. Windows color (decimal): -14203240 or 9979431. OLE color: 9979431.

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

Color convert

RGB 39 70 152 -
CMYK 0.74 0.54 0 0.40
HSL 223.54º 0.59% 0.37% -
HSV(B) 223.54º 0.74% 0.6% -
XYZ 8.69 7.08 30.61 -
YUV 70.08 174.23 105.83 -
System Red Green Blue C M Y K H S L
Decimal 39 70 152 0.74 0.54 0 0.40 223.54 0.59 0.37
Hex 27 46 98 4A 36 0 28 E0 3B 25
Octal 47 106 230 112 66 0 50 340 73 45
Binary 100111 1000110 10011000 1001010 110110 0 101000 11100000 111011 100101

Color Harmonies of #274698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274698

Black with #274698

Text Example


Text Example

White with #274698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274698; }

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

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

background-color css

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

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

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

border-color css

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

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

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