Html Css Color HEX #254089 Tory Blue

📋 copy color: '#254089'

red 37 ◦ green 64 ◦ blue 137

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

Shades of Tory Blue #254089

Tints of Tory Blue #254089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.89%

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

R = 15.55%
G = 26.89%
B = 57.56%

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

#254089 (or 0x254089) is known color: Tory Blue. HEX triplet: 25, 40 and 89. RGB value is (37,64,137). Sum of RGB (Red+Green+Blue) = 37+64+137=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #254089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254089 is #DABF76. Grayscale: #3F3F3F. Windows color (decimal): -14335863 or 8994853. OLE color: 8994853.

HSL color Cylindrical-coordinate representation of color #254089: hue angle of 223.8º 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 #254089 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 64 137 -
CMYK 0.73 0.53 0 0.46
HSL 223.8º 0.57% 0.34% -
HSV(B) 223.8º 0.73% 0.54% -
XYZ 7.11 5.87 24.42 -
YUV 64.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 37 64 137 0.73 0.53 0 0.46 223.8 0.57 0.34
Hex 25 40 89 49 35 0 2E E0 39 22
Octal 45 100 211 111 65 0 56 340 71 42
Binary 100101 1000000 10001001 1001001 110101 0 101110 11100000 111001 100010

Color Harmonies of #254089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254089

Black with #254089

Text Example


Text Example

White with #254089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254089; }

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

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

background-color css

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

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

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

border-color css

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

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

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