Html Css Color HEX #254293 Tory Blue

📋 copy color: '#254293'

red 37 ◦ green 66 ◦ blue 147

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

Shades of Tory Blue #254293

Tints of Tory Blue #254293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

 BLUE value IS 147 (57.81% from 255) = 58.8%

R = 14.8%
G = 26.4%
B = 58.8%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#254293 (or 0x254293) is known color: Tory Blue. HEX triplet: 25, 42 and 93. RGB value is (37,66,147). Sum of RGB (Red+Green+Blue) = 37+66+147=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #254293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254293 is #DABD6C. Grayscale: #424242. Windows color (decimal): -14335341 or 9650725. OLE color: 9650725.

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

Color convert

RGB 37 66 147 -
CMYK 0.75 0.55 0 0.42
HSL 224.18º 0.6% 0.36% -
HSV(B) 224.18º 0.75% 0.58% -
XYZ 7.98 6.4 28.42 -
YUV 66.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 37 66 147 0.75 0.55 0 0.42 224.18 0.6 0.36
Hex 25 42 93 4B 37 0 2A E0 3C 24
Octal 45 102 223 113 67 0 52 340 74 44
Binary 100101 1000010 10010011 1001011 110111 0 101010 11100000 111100 100100

Color Harmonies of #254293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254293

Black with #254293

Text Example


Text Example

White with #254293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254293; }

 p { color: rgb(37,66,147); }

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

background-color css

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

 a { background-color: rgb(37,66,147); }

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

border-color css

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

 span { border-color: rgb(37,66,147); }

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