Html Css Color HEX #25408D Tory Blue

📋 copy color: '#25408D'

red 37 ◦ green 64 ◦ blue 141

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

Shades of Tory Blue #25408D

Tints of Tory Blue #25408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

 BLUE value IS 141 (55.47% from 255) = 58.26%

R = 15.29%
G = 26.45%
B = 58.26%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25408D (or 0x25408D) is known color: Tory Blue. HEX triplet: 25, 40 and 8D. RGB value is (37,64,141). Sum of RGB (Red+Green+Blue) = 37+64+141=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #25408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25408D is #DABF72. Grayscale: #404040. Windows color (decimal): -14335859 or 9256997. OLE color: 9256997.

HSL color Cylindrical-coordinate representation of color #25408D: hue angle of 224.42º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25408D is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 64 141 -
CMYK 0.74 0.55 0 0.45
HSL 224.42º 0.58% 0.35% -
HSV(B) 224.42º 0.74% 0.55% -
XYZ 7.4 5.98 25.96 -
YUV 64.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 37 64 141 0.74 0.55 0 0.45 224.42 0.58 0.35
Hex 25 40 8D 4A 37 0 2D E0 3A 23
Octal 45 100 215 112 67 0 55 340 72 43
Binary 100101 1000000 10001101 1001010 110111 0 101101 11100000 111010 100011

Color Harmonies of #25408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25408D

Black with #25408D

Text Example


Text Example

White with #25408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25408D; }

 p { color: rgb(37,64,141); }

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

background-color css

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

 a { background-color: rgb(37,64,141); }

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

border-color css

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

 span { border-color: rgb(37,64,141); }

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