Html Css Color HEX #254893 Tory Blue

📋 copy color: '#254893'

red 37 ◦ green 72 ◦ blue 147

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

Shades of Tory Blue #254893

Tints of Tory Blue #254893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

 BLUE value IS 147 (57.81% from 255) = 57.42%

R = 14.45%
G = 28.13%
B = 57.42%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#254893 (or 0x254893) is known color: Tory Blue. HEX triplet: 25, 48 and 93. RGB value is (37,72,147). Sum of RGB (Red+Green+Blue) = 37+72+147=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #254893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254893 is #DAB76C. Grayscale: #454545. Windows color (decimal): -14333805 or 9652261. OLE color: 9652261.

HSL color Cylindrical-coordinate representation of color #254893: hue angle of 220.91º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254893 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 72 147 -
CMYK 0.75 0.51 0 0.42
HSL 220.91º 0.6% 0.36% -
HSV(B) 220.91º 0.75% 0.58% -
XYZ 8.35 7.13 28.54 -
YUV 70.09 171.4 104.4 -
System Red Green Blue C M Y K H S L
Decimal 37 72 147 0.75 0.51 0 0.42 220.91 0.6 0.36
Hex 25 48 93 4B 33 0 2A DD 3C 24
Octal 45 110 223 113 63 0 52 335 74 44
Binary 100101 1001000 10010011 1001011 110011 0 101010 11011101 111100 100100

Color Harmonies of #254893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254893

Black with #254893

Text Example


Text Example

White with #254893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254893; }

 p { color: rgb(37,72,147); }

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

background-color css

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

 a { background-color: rgb(37,72,147); }

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

border-color css

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

 span { border-color: rgb(37,72,147); }

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