Html Css Color HEX #254595 Tory Blue

📋 copy color: '#254595'

red 37 ◦ green 69 ◦ blue 149

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

Shades of Tory Blue #254595

Tints of Tory Blue #254595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.06%

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

R = 14.51%
G = 27.06%
B = 58.43%

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

#254595 (or 0x254595) is known color: Tory Blue. HEX triplet: 25, 45 and 95. RGB value is (37,69,149). Sum of RGB (Red+Green+Blue) = 37+69+149=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #254595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254595 is #DABA6A. Grayscale: #444444. Windows color (decimal): -14334571 or 9782565. OLE color: 9782565.

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

Color convert

RGB 37 69 149 -
CMYK 0.75 0.54 0 0.42
HSL 222.86º 0.6% 0.36% -
HSV(B) 222.86º 0.75% 0.58% -
XYZ 8.32 6.82 29.31 -
YUV 68.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 37 69 149 0.75 0.54 0 0.42 222.86 0.6 0.36
Hex 25 45 95 4B 36 0 2A DF 3C 24
Octal 45 105 225 113 66 0 52 337 74 44
Binary 100101 1000101 10010101 1001011 110110 0 101010 11011111 111100 100100

Color Harmonies of #254595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254595

Black with #254595

Text Example


Text Example

White with #254595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254595; }

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

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

background-color css

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

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

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

border-color css

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

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

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