Html Css Color HEX #274592 Tory Blue

📋 copy color: '#274592'

red 39 ◦ green 69 ◦ blue 146

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

Shades of Tory Blue #274592

Tints of Tory Blue #274592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 15.35%
G = 27.17%
B = 57.48%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#274592 (or 0x274592) is known color: Tory Blue. HEX triplet: 27, 45 and 92. RGB value is (39,69,146). Sum of RGB (Red+Green+Blue) = 39+69+146=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #274592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274592 is #D8BA6D. Grayscale: #444444. Windows color (decimal): -14203502 or 9585959. OLE color: 9585959.

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

Color convert

RGB 39 69 146 -
CMYK 0.73 0.53 0 0.43
HSL 223.18º 0.58% 0.36% -
HSV(B) 223.18º 0.73% 0.57% -
XYZ 8.15 6.76 28.07 -
YUV 68.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 39 69 146 0.73 0.53 0 0.43 223.18 0.58 0.36
Hex 27 45 92 49 35 0 2B DF 3A 24
Octal 47 105 222 111 65 0 53 337 72 44
Binary 100111 1000101 10010010 1001001 110101 0 101011 11011111 111010 100100

Color Harmonies of #274592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274592

Black with #274592

Text Example


Text Example

White with #274592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274592; }

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

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

background-color css

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

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

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

border-color css

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

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

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