Html Css Color HEX #254189 Tory Blue

📋 copy color: '#254189'

red 37 ◦ green 65 ◦ blue 137

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

Shades of Tory Blue #254189

Tints of Tory Blue #254189

RGB

 RED value IS 37 (14.84% from 255) = 15.48%

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

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

R = 15.48%
G = 27.2%
B = 57.32%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#254189 (or 0x254189) is known color: Tory Blue. HEX triplet: 25, 41 and 89. RGB value is (37,65,137). Sum of RGB (Red+Green+Blue) = 37+65+137=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #254189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254189 is #DABE76. Grayscale: #404040. Windows color (decimal): -14335607 or 8995109. OLE color: 8995109.

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

Color convert

RGB 37 65 137 -
CMYK 0.73 0.53 0 0.46
HSL 223.2º 0.57% 0.34% -
HSV(B) 223.2º 0.73% 0.54% -
XYZ 7.17 5.98 24.44 -
YUV 64.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 37 65 137 0.73 0.53 0 0.46 223.2 0.57 0.34
Hex 25 41 89 49 35 0 2E DF 39 22
Octal 45 101 211 111 65 0 56 337 71 42
Binary 100101 1000001 10001001 1001001 110101 0 101110 11011111 111001 100010

Color Harmonies of #254189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254189

Black with #254189

Text Example


Text Example

White with #254189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254189; }

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

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

background-color css

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

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

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

border-color css

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

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

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