Html Css Color HEX #25499C Tory Blue

📋 copy color: '#25499C'

red 37 ◦ green 73 ◦ blue 156

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

Shades of Tory Blue #25499C

Tints of Tory Blue #25499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.44%

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

R = 13.91%
G = 27.44%
B = 58.65%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25499C (or 0x25499C) is known color: Tory Blue. HEX triplet: 25, 49 and 9C. RGB value is (37,73,156). Sum of RGB (Red+Green+Blue) = 37+73+156=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #25499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25499C is #DAB663. Grayscale: #474747. Windows color (decimal): -14333540 or 10242341. OLE color: 10242341.

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

Color convert

RGB 37 73 156 -
CMYK 0.76 0.53 0 0.39
HSL 221.85º 0.62% 0.38% -
HSV(B) 221.85º 0.76% 0.61% -
XYZ 9.15 7.56 32.43 -
YUV 71.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 37 73 156 0.76 0.53 0 0.39 221.85 0.62 0.38
Hex 25 49 9C 4C 35 0 27 DE 3E 26
Octal 45 111 234 114 65 0 47 336 76 46
Binary 100101 1001001 10011100 1001100 110101 0 100111 11011110 111110 100110

Color Harmonies of #25499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25499C

Black with #25499C

Text Example


Text Example

White with #25499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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