Html Css Color HEX #274396 Tory Blue

📋 copy color: '#274396'

red 39 ◦ green 67 ◦ blue 150

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

Shades of Tory Blue #274396

Tints of Tory Blue #274396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.59%

R = 15.23%
G = 26.17%
B = 58.59%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#274396 (or 0x274396) is known color: Tory Blue. HEX triplet: 27, 43 and 96. RGB value is (39,67,150). Sum of RGB (Red+Green+Blue) = 39+67+150=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #274396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274396 is #D8BC69. Grayscale: #434343. Windows color (decimal): -14204010 or 9847591. OLE color: 9847591.

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

Color convert

RGB 39 67 150 -
CMYK 0.74 0.55 0 0.41
HSL 224.86º 0.59% 0.37% -
HSV(B) 224.86º 0.74% 0.59% -
XYZ 8.35 6.65 29.7 -
YUV 68.09 174.22 107.25 -
System Red Green Blue C M Y K H S L
Decimal 39 67 150 0.74 0.55 0 0.41 224.86 0.59 0.37
Hex 27 43 96 4A 37 0 29 E1 3B 25
Octal 47 103 226 112 67 0 51 341 73 45
Binary 100111 1000011 10010110 1001010 110111 0 101001 11100001 111011 100101

Color Harmonies of #274396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274396

Black with #274396

Text Example


Text Example

White with #274396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274396; }

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

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

background-color css

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

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

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

border-color css

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

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

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