Html Css Color HEX #254692 Tory Blue

📋 copy color: '#254692'

red 37 ◦ green 70 ◦ blue 146

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

Shades of Tory Blue #254692

Tints of Tory Blue #254692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

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

R = 14.62%
G = 27.67%
B = 57.71%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#254692 (or 0x254692) is known color: Tory Blue. HEX triplet: 25, 46 and 92. RGB value is (37,70,146). Sum of RGB (Red+Green+Blue) = 37+70+146=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #254692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254692 is #DAB96D. Grayscale: #444444. Windows color (decimal): -14334318 or 9586213. OLE color: 9586213.

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

Color convert

RGB 37 70 146 -
CMYK 0.75 0.52 0 0.43
HSL 221.83º 0.6% 0.36% -
HSV(B) 221.83º 0.75% 0.57% -
XYZ 8.14 6.85 28.09 -
YUV 68.8 171.57 105.32 -
System Red Green Blue C M Y K H S L
Decimal 37 70 146 0.75 0.52 0 0.43 221.83 0.6 0.36
Hex 25 46 92 4B 34 0 2B DE 3C 24
Octal 45 106 222 113 64 0 53 336 74 44
Binary 100101 1000110 10010010 1001011 110100 0 101011 11011110 111100 100100

Color Harmonies of #254692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254692

Black with #254692

Text Example


Text Example

White with #254692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254692; }

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

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

background-color css

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

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

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

border-color css

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

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

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