Html Css Color HEX #254396 Tory Blue

📋 copy color: '#254396'

red 37 ◦ green 67 ◦ blue 150

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

Shades of Tory Blue #254396

Tints of Tory Blue #254396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 59.06%

R = 14.57%
G = 26.38%
B = 59.06%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#254396 (or 0x254396) is known color: Tory Blue. HEX triplet: 25, 43 and 96. RGB value is (37,67,150). Sum of RGB (Red+Green+Blue) = 37+67+150=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #254396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254396 is #DABC69. Grayscale: #434343. Windows color (decimal): -14335082 or 9847589. OLE color: 9847589.

HSL color Cylindrical-coordinate representation of color #254396: hue angle of 224.07º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254396 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 67 150 -
CMYK 0.75 0.55 0 0.41
HSL 224.07º 0.6% 0.37% -
HSV(B) 224.07º 0.75% 0.59% -
XYZ 8.28 6.61 29.69 -
YUV 67.49 174.56 106.25 -
System Red Green Blue C M Y K H S L
Decimal 37 67 150 0.75 0.55 0 0.41 224.07 0.6 0.37
Hex 25 43 96 4B 37 0 29 E0 3C 25
Octal 45 103 226 113 67 0 51 340 74 45
Binary 100101 1000011 10010110 1001011 110111 0 101001 11100000 111100 100101

Color Harmonies of #254396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254396

Black with #254396

Text Example


Text Example

White with #254396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254396; }

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

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

background-color css

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

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

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

border-color css

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

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

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