Html Css Color HEX #254394 Tory Blue

📋 copy color: '#254394'

red 37 ◦ green 67 ◦ blue 148

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

Shades of Tory Blue #254394

Tints of Tory Blue #254394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.73%

R = 14.68%
G = 26.59%
B = 58.73%

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

#254394 (or 0x254394) is known color: Tory Blue. HEX triplet: 25, 43 and 94. RGB value is (37,67,148). Sum of RGB (Red+Green+Blue) = 37+67+148=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #254394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254394 is #DABC6B. Grayscale: #424242. Windows color (decimal): -14335084 or 9716517. OLE color: 9716517.

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

Color convert

RGB 37 67 148 -
CMYK 0.75 0.55 0 0.42
HSL 223.78º 0.6% 0.36% -
HSV(B) 223.78º 0.75% 0.58% -
XYZ 8.12 6.55 28.85 -
YUV 67.26 173.56 106.41 -
System Red Green Blue C M Y K H S L
Decimal 37 67 148 0.75 0.55 0 0.42 223.78 0.6 0.36
Hex 25 43 94 4B 37 0 2A E0 3C 24
Octal 45 103 224 113 67 0 52 340 74 44
Binary 100101 1000011 10010100 1001011 110111 0 101010 11100000 111100 100100

Color Harmonies of #254394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254394

Black with #254394

Text Example


Text Example

White with #254394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254394; }

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

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

background-color css

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

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

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

border-color css

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

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

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