Html Css Color HEX #254095 Tory Blue

📋 copy color: '#254095'

red 37 ◦ green 64 ◦ blue 149

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

Shades of Tory Blue #254095

Tints of Tory Blue #254095

RGB

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

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

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

R = 14.8%
G = 25.6%
B = 59.6%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#254095 (or 0x254095) is known color: Tory Blue. HEX triplet: 25, 40 and 95. RGB value is (37,64,149). Sum of RGB (Red+Green+Blue) = 37+64+149=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #254095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254095 is #DABF6A. Grayscale: #414141. Windows color (decimal): -14335851 or 9781285. OLE color: 9781285.

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

Color convert

RGB 37 64 149 -
CMYK 0.75 0.57 0 0.42
HSL 225.54º 0.6% 0.36% -
HSV(B) 225.54º 0.75% 0.58% -
XYZ 8.02 6.23 29.21 -
YUV 65.62 175.05 107.59 -
System Red Green Blue C M Y K H S L
Decimal 37 64 149 0.75 0.57 0 0.42 225.54 0.6 0.36
Hex 25 40 95 4B 39 0 2A E2 3C 24
Octal 45 100 225 113 71 0 52 342 74 44
Binary 100101 1000000 10010101 1001011 111001 0 101010 11100010 111100 100100

Color Harmonies of #254095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254095

Black with #254095

Text Example


Text Example

White with #254095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254095; }

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

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

background-color css

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

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

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

border-color css

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

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

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