Html Css Color HEX #254393 Tory Blue

📋 copy color: '#254393'

red 37 ◦ green 67 ◦ blue 147

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

Shades of Tory Blue #254393

Tints of Tory Blue #254393

RGB

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

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

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

R = 14.74%
G = 26.69%
B = 58.57%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#254393 (or 0x254393) is known color: Tory Blue. HEX triplet: 25, 43 and 93. RGB value is (37,67,147). Sum of RGB (Red+Green+Blue) = 37+67+147=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #254393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254393 is #DABC6C. Grayscale: #424242. Windows color (decimal): -14335085 or 9650981. OLE color: 9650981.

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

Color convert

RGB 37 67 147 -
CMYK 0.75 0.54 0 0.42
HSL 223.64º 0.6% 0.36% -
HSV(B) 223.64º 0.75% 0.58% -
XYZ 8.04 6.51 28.44 -
YUV 67.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 37 67 147 0.75 0.54 0 0.42 223.64 0.6 0.36
Hex 25 43 93 4B 36 0 2A E0 3C 24
Octal 45 103 223 113 66 0 52 340 74 44
Binary 100101 1000011 10010011 1001011 110110 0 101010 11100000 111100 100100

Color Harmonies of #254393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254393

Black with #254393

Text Example


Text Example

White with #254393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254393; }

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

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

background-color css

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

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

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

border-color css

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

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

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