Html Css Color HEX #25428D Tory Blue

📋 copy color: '#25428D'

red 37 ◦ green 66 ◦ blue 141

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

Shades of Tory Blue #25428D

Tints of Tory Blue #25428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

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

R = 15.16%
G = 27.05%
B = 57.79%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25428D (or 0x25428D) is known color: Tory Blue. HEX triplet: 25, 42 and 8D. RGB value is (37,66,141). Sum of RGB (Red+Green+Blue) = 37+66+141=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #25428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25428D is #DABD72. Grayscale: #414141. Windows color (decimal): -14335347 or 9257509. OLE color: 9257509.

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

Color convert

RGB 37 66 141 -
CMYK 0.74 0.53 0 0.45
HSL 223.27º 0.58% 0.35% -
HSV(B) 223.27º 0.74% 0.55% -
XYZ 7.52 6.21 26 -
YUV 65.88 170.39 107.4 -
System Red Green Blue C M Y K H S L
Decimal 37 66 141 0.74 0.53 0 0.45 223.27 0.58 0.35
Hex 25 42 8D 4A 35 0 2D DF 3A 23
Octal 45 102 215 112 65 0 55 337 72 43
Binary 100101 1000010 10001101 1001010 110101 0 101101 11011111 111010 100011

Color Harmonies of #25428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25428D

Black with #25428D

Text Example


Text Example

White with #25428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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