Html Css Color HEX #274792 Tory Blue

📋 copy color: '#274792'

red 39 ◦ green 71 ◦ blue 146

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

Shades of Tory Blue #274792

Tints of Tory Blue #274792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.03%

R = 15.23%
G = 27.73%
B = 57.03%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#274792 (or 0x274792) is known color: Tory Blue. HEX triplet: 27, 47 and 92. RGB value is (39,71,146). Sum of RGB (Red+Green+Blue) = 39+71+146=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #274792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274792 is #D8B86D. Grayscale: #454545. Windows color (decimal): -14202990 or 9586471. OLE color: 9586471.

HSL color Cylindrical-coordinate representation of color #274792: hue angle of 222.06º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274792 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 71 146 -
CMYK 0.73 0.51 0 0.43
HSL 222.06º 0.58% 0.36% -
HSV(B) 222.06º 0.73% 0.57% -
XYZ 8.28 7.01 28.11 -
YUV 69.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 39 71 146 0.73 0.51 0 0.43 222.06 0.58 0.36
Hex 27 47 92 49 33 0 2B DE 3A 24
Octal 47 107 222 111 63 0 53 336 72 44
Binary 100111 1000111 10010010 1001001 110011 0 101011 11011110 111010 100100

Color Harmonies of #274792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274792

Black with #274792

Text Example


Text Example

White with #274792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274792; }

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

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

background-color css

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

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

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

border-color css

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

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

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