Html Css Color HEX #254392 Tory Blue

📋 copy color: '#254392'

red 37 ◦ green 67 ◦ blue 146

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

Shades of Tory Blue #254392

Tints of Tory Blue #254392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

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

R = 14.8%
G = 26.8%
B = 58.4%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#254392 (or 0x254392) is known color: Tory Blue. HEX triplet: 25, 43 and 92. RGB value is (37,67,146). Sum of RGB (Red+Green+Blue) = 37+67+146=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #254392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254392 is #DABC6D. Grayscale: #424242. Windows color (decimal): -14335086 or 9585445. OLE color: 9585445.

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

Color convert

RGB 37 67 146 -
CMYK 0.75 0.54 0 0.43
HSL 223.49º 0.6% 0.36% -
HSV(B) 223.49º 0.75% 0.57% -
XYZ 7.96 6.48 28.03 -
YUV 67.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 37 67 146 0.75 0.54 0 0.43 223.49 0.6 0.36
Hex 25 43 92 4B 36 0 2B DF 3C 24
Octal 45 103 222 113 66 0 53 337 74 44
Binary 100101 1000011 10010010 1001011 110110 0 101011 11011111 111100 100100

Color Harmonies of #254392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254392

Black with #254392

Text Example


Text Example

White with #254392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254392; }

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

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

background-color css

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

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

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

border-color css

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

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

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