Html Css Color HEX #254092 Tory Blue

📋 copy color: '#254092'

red 37 ◦ green 64 ◦ blue 146

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

Shades of Tory Blue #254092

Tints of Tory Blue #254092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.11%

R = 14.98%
G = 25.91%
B = 59.11%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#254092 (or 0x254092) is known color: Tory Blue. HEX triplet: 25, 40 and 92. RGB value is (37,64,146). Sum of RGB (Red+Green+Blue) = 37+64+146=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #254092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254092 is #DABF6D. Grayscale: #404040. Windows color (decimal): -14335854 or 9584677. OLE color: 9584677.

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

Color convert

RGB 37 64 146 -
CMYK 0.75 0.56 0 0.43
HSL 225.14º 0.6% 0.36% -
HSV(B) 225.14º 0.75% 0.57% -
XYZ 7.78 6.14 27.97 -
YUV 65.28 173.55 107.83 -
System Red Green Blue C M Y K H S L
Decimal 37 64 146 0.75 0.56 0 0.43 225.14 0.6 0.36
Hex 25 40 92 4B 38 0 2B E1 3C 24
Octal 45 100 222 113 70 0 53 341 74 44
Binary 100101 1000000 10010010 1001011 111000 0 101011 11100001 111100 100100

Color Harmonies of #254092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254092

Black with #254092

Text Example


Text Example

White with #254092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254092; }

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

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

background-color css

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

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

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

border-color css

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

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

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