Html Css Color HEX #254493 Tory Blue

📋 copy color: '#254493'

red 37 ◦ green 68 ◦ blue 147

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

Shades of Tory Blue #254493

Tints of Tory Blue #254493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

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

R = 14.68%
G = 26.98%
B = 58.33%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#254493 (or 0x254493) is known color: Tory Blue. HEX triplet: 25, 44 and 93. RGB value is (37,68,147). Sum of RGB (Red+Green+Blue) = 37+68+147=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #254493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254493 is #DABB6C. Grayscale: #434343. Windows color (decimal): -14334829 or 9651237. OLE color: 9651237.

HSL color Cylindrical-coordinate representation of color #254493: hue angle of 223.09º 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 #254493 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 68 147 -
CMYK 0.75 0.54 0 0.42
HSL 223.09º 0.6% 0.36% -
HSV(B) 223.09º 0.75% 0.58% -
XYZ 8.1 6.63 28.46 -
YUV 67.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 37 68 147 0.75 0.54 0 0.42 223.09 0.6 0.36
Hex 25 44 93 4B 36 0 2A DF 3C 24
Octal 45 104 223 113 66 0 52 337 74 44
Binary 100101 1000100 10010011 1001011 110110 0 101010 11011111 111100 100100

Color Harmonies of #254493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254493

Black with #254493

Text Example


Text Example

White with #254493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254493; }

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

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

background-color css

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

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

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

border-color css

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

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

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