Html Css Color HEX #25478F Tory Blue

📋 copy color: '#25478F'

red 37 ◦ green 71 ◦ blue 143

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

Shades of Tory Blue #25478F

Tints of Tory Blue #25478F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.29%

 BLUE value IS 143 (56.25% from 255) = 56.97%

R = 14.74%
G = 28.29%
B = 56.97%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25478F (or 0x25478F) is known color: Tory Blue. HEX triplet: 25, 47 and 8F. RGB value is (37,71,143). Sum of RGB (Red+Green+Blue) = 37+71+143=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #25478F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25478F is #DAB870. Grayscale: #444444. Windows color (decimal): -14334065 or 9389861. OLE color: 9389861.

HSL color Cylindrical-coordinate representation of color #25478F: hue angle of 220.75º 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 #25478F is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 71 143 -
CMYK 0.74 0.50 0 0.44
HSL 220.75º 0.59% 0.35% -
HSV(B) 220.75º 0.74% 0.56% -
XYZ 7.97 6.88 26.89 -
YUV 69.04 169.74 105.15 -
System Red Green Blue C M Y K H S L
Decimal 37 71 143 0.74 0.50 0 0.44 220.75 0.59 0.35
Hex 25 47 8F 4A 32 0 2C DD 3B 23
Octal 45 107 217 112 62 0 54 335 73 43
Binary 100101 1000111 10001111 1001010 110010 0 101100 11011101 111011 100011

Color Harmonies of #25478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25478F

Black with #25478F

Text Example


Text Example

White with #25478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25478F; }

 p { color: rgb(37,71,143); }

 H1.HeaderClassName
 {
   color: #25478F;
 }
 .AnyTagClassName
 {
   color: #25478F;
 }
</style>

background-color css

<style>
 a { background-color: #25478F; }

 a { background-color: rgb(37,71,143); }

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

border-color css

<style>
 span { border-color: #25478F; }

 span { border-color: rgb(37,71,143); }

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