Html Css Color HEX #25448C Tory Blue

📋 copy color: '#25448C'

red 37 ◦ green 68 ◦ blue 140

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

Shades of Tory Blue #25448C

Tints of Tory Blue #25448C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.14%

R = 15.1%
G = 27.76%
B = 57.14%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25448C (or 0x25448C) is known color: Tory Blue. HEX triplet: 25, 44 and 8C. RGB value is (37,68,140). Sum of RGB (Red+Green+Blue) = 37+68+140=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #25448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25448C is #DABB73. Grayscale: #424242. Windows color (decimal): -14334836 or 9192485. OLE color: 9192485.

HSL color Cylindrical-coordinate representation of color #25448C: hue angle of 221.94º 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 #25448C is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 68 140 -
CMYK 0.74 0.51 0 0.45
HSL 221.94º 0.58% 0.35% -
HSV(B) 221.94º 0.74% 0.55% -
XYZ 7.56 6.42 25.65 -
YUV 66.94 169.23 106.65 -
System Red Green Blue C M Y K H S L
Decimal 37 68 140 0.74 0.51 0 0.45 221.94 0.58 0.35
Hex 25 44 8C 4A 33 0 2D DE 3A 23
Octal 45 104 214 112 63 0 55 336 72 43
Binary 100101 1000100 10001100 1001010 110011 0 101101 11011110 111010 100011

Color Harmonies of #25448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25448C

Black with #25448C

Text Example


Text Example

White with #25448C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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