Html Css Color HEX #254495 Tory Blue

📋 copy color: '#254495'

red 37 ◦ green 68 ◦ blue 149

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

Shades of Tory Blue #254495

Tints of Tory Blue #254495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.66%

R = 14.57%
G = 26.77%
B = 58.66%

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

#254495 (or 0x254495) is known color: Tory Blue. HEX triplet: 25, 44 and 95. RGB value is (37,68,149). Sum of RGB (Red+Green+Blue) = 37+68+149=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #254495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254495 is #DABB6A. Grayscale: #434343. Windows color (decimal): -14334827 or 9782309. OLE color: 9782309.

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

Color convert

RGB 37 68 149 -
CMYK 0.75 0.54 0 0.42
HSL 223.39º 0.6% 0.36% -
HSV(B) 223.39º 0.75% 0.58% -
XYZ 8.25 6.7 29.29 -
YUV 67.97 173.73 105.91 -
System Red Green Blue C M Y K H S L
Decimal 37 68 149 0.75 0.54 0 0.42 223.39 0.6 0.36
Hex 25 44 95 4B 36 0 2A DF 3C 24
Octal 45 104 225 113 66 0 52 337 74 44
Binary 100101 1000100 10010101 1001011 110110 0 101010 11011111 111100 100100

Color Harmonies of #254495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254495

Black with #254495

Text Example


Text Example

White with #254495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254495; }

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

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

background-color css

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

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

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

border-color css

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

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

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