Html Css Color HEX #274297 Tory Blue

📋 copy color: '#274297'

red 39 ◦ green 66 ◦ blue 151

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

Shades of Tory Blue #274297

Tints of Tory Blue #274297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

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

R = 15.23%
G = 25.78%
B = 58.98%

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

#274297 (or 0x274297) is known color: Tory Blue. HEX triplet: 27, 42 and 97. RGB value is (39,66,151). Sum of RGB (Red+Green+Blue) = 39+66+151=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #274297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274297 is #D8BD68. Grayscale: #434343. Windows color (decimal): -14204265 or 9912871. OLE color: 9912871.

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

Color convert

RGB 39 66 151 -
CMYK 0.74 0.56 0 0.41
HSL 225.54º 0.59% 0.37% -
HSV(B) 225.54º 0.74% 0.59% -
XYZ 8.37 6.56 30.1 -
YUV 67.62 175.05 107.59 -
System Red Green Blue C M Y K H S L
Decimal 39 66 151 0.74 0.56 0 0.41 225.54 0.59 0.37
Hex 27 42 97 4A 38 0 29 E2 3B 25
Octal 47 102 227 112 70 0 51 342 73 45
Binary 100111 1000010 10010111 1001010 111000 0 101001 11100010 111011 100101

Color Harmonies of #274297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274297

Black with #274297

Text Example


Text Example

White with #274297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274297; }

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

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

background-color css

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

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

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

border-color css

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

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

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