#25428A

Color #25428A Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #25428A

Tints of Tory Blue #25428A

Color information

#25428A (or 0x25428A) is unknown color: approx Tory Blue. HEX triplet: 25, 42 and 8A. RGB value is (37,66,138). Sum of RGB (Red+Green+Blue) = 37+66+138=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #25428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25428A is #DABD75. Grayscale: #414141. Windows color (decimal): -14335350 or 9060901. OLE color: 9060901.

HSL color Cylindrical-coordinate representation of color #25428A: hue angle of 222.77º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25428A is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3766138-
CMYK0.730.5200.46
HSL222.77º57.71%34.31%-
HSV(B)222.77º73.19%54.12%-
XYZ7.36.1224.84-
YUV65.54168.89107.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.35%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 138 (54.30% from 255) = 57.26%
R=15.35%
G=27.39%
B=57.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37661380.730.5200.46222.7757.7134.31
Hex25428A493402Edf3a22
Octal45102212111640563377242
Binary1001011000010100010101001001110100010111011011111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25428A; }

 p { color: rgb(37,66,138); }

 H1.HeaderClassName
 {
   color: #25428A;
 }
 .AnyTagClassName
 {
   color: #25428A;
 }
</style>
background-color css

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

 a { background-color: rgb(37,66,138); }

 div.DivClassName
 {
   background-color: #25428A;
 }
 .BgClassName
 {
   background-color: #25428A;
 }
</style>
border-color css

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

 span { border-color: rgb(37,66,138); }

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