Html Css Color HEX #274189 Tory Blue

📋 copy color: '#274189'

red 39 ◦ green 65 ◦ blue 137

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

Shades of Tory Blue #274189

Tints of Tory Blue #274189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.97%

 BLUE value IS 137 (53.91% from 255) = 56.85%

R = 16.18%
G = 26.97%
B = 56.85%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#274189 (or 0x274189) is known color: Tory Blue. HEX triplet: 27, 41 and 89. RGB value is (39,65,137). Sum of RGB (Red+Green+Blue) = 39+65+137=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #274189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274189 is #D8BE76. Grayscale: #414141. Windows color (decimal): -14204535 or 8995111. OLE color: 8995111.

HSL color Cylindrical-coordinate representation of color #274189: hue angle of 224.08º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #274189 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 65 137 -
CMYK 0.72 0.53 0 0.46
HSL 224.08º 0.56% 0.35% -
HSV(B) 224.08º 0.72% 0.54% -
XYZ 7.24 6.02 24.45 -
YUV 65.43 168.39 109.15 -
System Red Green Blue C M Y K H S L
Decimal 39 65 137 0.72 0.53 0 0.46 224.08 0.56 0.35
Hex 27 41 89 48 35 0 2E E0 38 23
Octal 47 101 211 110 65 0 56 340 70 43
Binary 100111 1000001 10001001 1001000 110101 0 101110 11100000 111000 100011

Color Harmonies of #274189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274189

Black with #274189

Text Example


Text Example

White with #274189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274189; }

 p { color: rgb(39,65,137); }

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

background-color css

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

 a { background-color: rgb(39,65,137); }

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

border-color css

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

 span { border-color: rgb(39,65,137); }

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