Html Css Color HEX #25428A Tory Blue

📋 copy color: '#25428A'

red 37 ◦ green 66 ◦ blue 138

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

Shades of Tory Blue #25428A

Tints of Tory Blue #25428A

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.3% from 255) = 57.26%

R = 15.35%
G = 27.39%
B = 57.26%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#25428A (or 0x25428A) is known color: 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

RGB 37 66 138 -
CMYK 0.73 0.52 0 0.46
HSL 222.77º 0.58% 0.34% -
HSV(B) 222.77º 0.73% 0.54% -
XYZ 7.3 6.12 24.84 -
YUV 65.54 168.89 107.65 -
System Red Green Blue C M Y K H S L
Decimal 37 66 138 0.73 0.52 0 0.46 222.77 0.58 0.34
Hex 25 42 8A 49 34 0 2E DF 3A 22
Octal 45 102 212 111 64 0 56 337 72 42
Binary 100101 1000010 10001010 1001001 110100 0 101110 11011111 111010 100010

Color Harmonies of #25428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25428A

Black with #25428A

Text Example


Text Example

White with #25428A

Text Example


Text Example

HTML Codes & Css Web 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>