Html Css Color HEX #274895 Tory Blue

📋 copy color: '#274895'

red 39 ◦ green 72 ◦ blue 149

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

Shades of Tory Blue #274895

Tints of Tory Blue #274895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.69%

 BLUE value IS 149 (58.59% from 255) = 57.31%

R = 15%
G = 27.69%
B = 57.31%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#274895 (or 0x274895) is known color: Tory Blue. HEX triplet: 27, 48 and 95. RGB value is (39,72,149). Sum of RGB (Red+Green+Blue) = 39+72+149=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #274895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274895 is #D8B76A. Grayscale: #464646. Windows color (decimal): -14202731 or 9783335. OLE color: 9783335.

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

Color convert

RGB 39 72 149 -
CMYK 0.74 0.52 0 0.42
HSL 222º 0.59% 0.37% -
HSV(B) 222º 0.74% 0.58% -
XYZ 8.58 7.24 29.38 -
YUV 70.91 172.07 105.24 -
System Red Green Blue C M Y K H S L
Decimal 39 72 149 0.74 0.52 0 0.42 222 0.59 0.37
Hex 27 48 95 4A 34 0 2A DE 3B 25
Octal 47 110 225 112 64 0 52 336 73 45
Binary 100111 1001000 10010101 1001010 110100 0 101010 11011110 111011 100101

Color Harmonies of #274895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274895

Black with #274895

Text Example


Text Example

White with #274895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274895; }

 p { color: rgb(39,72,149); }

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

background-color css

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

 a { background-color: rgb(39,72,149); }

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

border-color css

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

 span { border-color: rgb(39,72,149); }

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