Html Css Color HEX #25469C Tory Blue

📋 copy color: '#25469C'

red 37 ◦ green 70 ◦ blue 156

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

Shades of Tory Blue #25469C

Tints of Tory Blue #25469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

 BLUE value IS 156 (61.33% from 255) = 59.32%

R = 14.07%
G = 26.62%
B = 59.32%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25469C (or 0x25469C) is known color: Tory Blue. HEX triplet: 25, 46 and 9C. RGB value is (37,70,156). Sum of RGB (Red+Green+Blue) = 37+70+156=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #25469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25469C is #DAB963. Grayscale: #454545. Windows color (decimal): -14334308 or 10241573. OLE color: 10241573.

HSL color Cylindrical-coordinate representation of color #25469C: hue angle of 223.36º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25469C is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 70 156 -
CMYK 0.76 0.55 0 0.39
HSL 223.36º 0.62% 0.38% -
HSV(B) 223.36º 0.76% 0.61% -
XYZ 8.95 7.17 32.37 -
YUV 69.94 176.57 104.51 -
System Red Green Blue C M Y K H S L
Decimal 37 70 156 0.76 0.55 0 0.39 223.36 0.62 0.38
Hex 25 46 9C 4C 37 0 27 DF 3E 26
Octal 45 106 234 114 67 0 47 337 76 46
Binary 100101 1000110 10011100 1001100 110111 0 100111 11011111 111110 100110

Color Harmonies of #25469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25469C

Black with #25469C

Text Example


Text Example

White with #25469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,70,156); }

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

background-color css

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

 a { background-color: rgb(37,70,156); }

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

border-color css

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

 span { border-color: rgb(37,70,156); }

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