Html Css Color HEX #274897 Tory Blue

📋 copy color: '#274897'

red 39 ◦ green 72 ◦ blue 151

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

Shades of Tory Blue #274897

Tints of Tory Blue #274897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 57.63%

R = 14.89%
G = 27.48%
B = 57.63%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#274897 (or 0x274897) is known color: Tory Blue. HEX triplet: 27, 48 and 97. RGB value is (39,72,151). Sum of RGB (Red+Green+Blue) = 39+72+151=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 151 (59.38% from 255 or 57.63% from 262); Max value from RGB is 151 - color contains mainly: blue. Hex color #274897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274897 is #D8B768. Grayscale: #464646. Windows color (decimal): -14202729 or 9914407. OLE color: 9914407.

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

Color convert

RGB 39 72 151 -
CMYK 0.74 0.52 0 0.41
HSL 222.32º 0.59% 0.37% -
HSV(B) 222.32º 0.74% 0.59% -
XYZ 8.74 7.3 30.23 -
YUV 71.14 173.07 105.08 -
System Red Green Blue C M Y K H S L
Decimal 39 72 151 0.74 0.52 0 0.41 222.32 0.59 0.37
Hex 27 48 97 4A 34 0 29 DE 3B 25
Octal 47 110 227 112 64 0 51 336 73 45
Binary 100111 1001000 10010111 1001010 110100 0 101001 11011110 111011 100101

Color Harmonies of #274897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274897

Black with #274897

Text Example


Text Example

White with #274897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274897; }

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

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

background-color css

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

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

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

border-color css

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

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

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