Html Css Color HEX #25448E Tory Blue

📋 copy color: '#25448E'

red 37 ◦ green 68 ◦ blue 142

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

Shades of Tory Blue #25448E

Tints of Tory Blue #25448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.53%

 BLUE value IS 142 (55.86% from 255) = 57.49%

R = 14.98%
G = 27.53%
B = 57.49%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25448E (or 0x25448E) is known color: Tory Blue. HEX triplet: 25, 44 and 8E. RGB value is (37,68,142). Sum of RGB (Red+Green+Blue) = 37+68+142=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #25448E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25448E is #DABB71. Grayscale: #424242. Windows color (decimal): -14334834 or 9323557. OLE color: 9323557.

HSL color Cylindrical-coordinate representation of color #25448E: hue angle of 222.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25448E is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 68 142 -
CMYK 0.74 0.52 0 0.44
HSL 222.29º 0.59% 0.35% -
HSV(B) 222.29º 0.74% 0.56% -
XYZ 7.71 6.48 26.44 -
YUV 67.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 37 68 142 0.74 0.52 0 0.44 222.29 0.59 0.35
Hex 25 44 8E 4A 34 0 2C DE 3B 23
Octal 45 104 216 112 64 0 54 336 73 43
Binary 100101 1000100 10001110 1001010 110100 0 101100 11011110 111011 100011

Color Harmonies of #25448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25448E

Black with #25448E

Text Example


Text Example

White with #25448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25448E; }

 p { color: rgb(37,68,142); }

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

background-color css

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

 a { background-color: rgb(37,68,142); }

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

border-color css

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

 span { border-color: rgb(37,68,142); }

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