Html Css Color HEX #274798 Tory Blue

📋 copy color: '#274798'

red 39 ◦ green 71 ◦ blue 152

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

Shades of Tory Blue #274798

Tints of Tory Blue #274798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

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

R = 14.89%
G = 27.1%
B = 58.02%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#274798 (or 0x274798) is known color: Tory Blue. HEX triplet: 27, 47 and 98. RGB value is (39,71,152). Sum of RGB (Red+Green+Blue) = 39+71+152=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #274798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274798 is #D8B867. Grayscale: #464646. Windows color (decimal): -14202984 or 9979687. OLE color: 9979687.

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

Color convert

RGB 39 71 152 -
CMYK 0.74 0.53 0 0.40
HSL 223.01º 0.59% 0.37% -
HSV(B) 223.01º 0.74% 0.6% -
XYZ 8.76 7.2 30.63 -
YUV 70.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 39 71 152 0.74 0.53 0 0.40 223.01 0.59 0.37
Hex 27 47 98 4A 35 0 28 DF 3B 25
Octal 47 107 230 112 65 0 50 337 73 45
Binary 100111 1000111 10011000 1001010 110101 0 101000 11011111 111011 100101

Color Harmonies of #274798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274798

Black with #274798

Text Example


Text Example

White with #274798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274798; }

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

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

background-color css

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

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

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

border-color css

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

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

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