Html Css Color HEX #274397 Tory Blue

📋 copy color: '#274397'

red 39 ◦ green 67 ◦ blue 151

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

Shades of Tory Blue #274397

Tints of Tory Blue #274397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.07%

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

R = 15.18%
G = 26.07%
B = 58.75%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#274397 (or 0x274397) is known color: Tory Blue. HEX triplet: 27, 43 and 97. RGB value is (39,67,151). Sum of RGB (Red+Green+Blue) = 39+67+151=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #274397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274397 is #D8BC68. Grayscale: #434343. Windows color (decimal): -14204009 or 9913127. OLE color: 9913127.

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

Color convert

RGB 39 67 151 -
CMYK 0.74 0.56 0 0.41
HSL 225º 0.59% 0.37% -
HSV(B) 225º 0.74% 0.59% -
XYZ 8.43 6.68 30.12 -
YUV 68.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 39 67 151 0.74 0.56 0 0.41 225 0.59 0.37
Hex 27 43 97 4A 38 0 29 E1 3B 25
Octal 47 103 227 112 70 0 51 341 73 45
Binary 100111 1000011 10010111 1001010 111000 0 101001 11100001 111011 100101

Color Harmonies of #274397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274397

Black with #274397

Text Example


Text Example

White with #274397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274397; }

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

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

background-color css

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

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

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

border-color css

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

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

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