Html Css Color HEX #25459C Tory Blue

📋 copy color: '#25459C'

red 37 ◦ green 69 ◦ blue 156

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

Shades of Tory Blue #25459C

Tints of Tory Blue #25459C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

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

R = 14.12%
G = 26.34%
B = 59.54%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25459C (or 0x25459C) is known color: Tory Blue. HEX triplet: 25, 45 and 9C. RGB value is (37,69,156). Sum of RGB (Red+Green+Blue) = 37+69+156=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #25459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25459C is #DABA63. Grayscale: #444444. Windows color (decimal): -14334564 or 10241317. OLE color: 10241317.

HSL color Cylindrical-coordinate representation of color #25459C: hue angle of 223.87º 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 #25459C is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 69 156 -
CMYK 0.76 0.56 0 0.39
HSL 223.87º 0.62% 0.38% -
HSV(B) 223.87º 0.76% 0.61% -
XYZ 8.89 7.05 32.34 -
YUV 69.35 176.9 104.93 -
System Red Green Blue C M Y K H S L
Decimal 37 69 156 0.76 0.56 0 0.39 223.87 0.62 0.38
Hex 25 45 9C 4C 38 0 27 E0 3E 26
Octal 45 105 234 114 70 0 47 340 76 46
Binary 100101 1000101 10011100 1001100 111000 0 100111 11100000 111110 100110

Color Harmonies of #25459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25459C

Black with #25459C

Text Example


Text Example

White with #25459C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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