Html Css Color HEX #25449B Tory Blue

📋 copy color: '#25449B'

red 37 ◦ green 68 ◦ blue 155

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

Shades of Tory Blue #25449B

Tints of Tory Blue #25449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.15%

 BLUE value IS 155 (60.94% from 255) = 59.62%

R = 14.23%
G = 26.15%
B = 59.62%

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

#25449B (or 0x25449B) is known color: Tory Blue. HEX triplet: 25, 44 and 9B. RGB value is (37,68,155). Sum of RGB (Red+Green+Blue) = 37+68+155=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #25449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25449B is #DABB64. Grayscale: #444444. Windows color (decimal): -14334821 or 10175525. OLE color: 10175525.

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

Color convert

RGB 37 68 155 -
CMYK 0.76 0.56 0 0.39
HSL 224.24º 0.61% 0.38% -
HSV(B) 224.24º 0.76% 0.61% -
XYZ 8.75 6.89 31.88 -
YUV 68.65 176.73 105.43 -
System Red Green Blue C M Y K H S L
Decimal 37 68 155 0.76 0.56 0 0.39 224.24 0.61 0.38
Hex 25 44 9B 4C 38 0 27 E0 3D 26
Octal 45 104 233 114 70 0 47 340 75 46
Binary 100101 1000100 10011011 1001100 111000 0 100111 11100000 111101 100110

Color Harmonies of #25449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25449B

Black with #25449B

Text Example


Text Example

White with #25449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25449B; }

 p { color: rgb(37,68,155); }

 H1.HeaderClassName
 {
   color: #25449B;
 }
 .AnyTagClassName
 {
   color: #25449B;
 }
</style>

background-color css

<style>
 a { background-color: #25449B; }

 a { background-color: rgb(37,68,155); }

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

border-color css

<style>
 span { border-color: #25449B; }

 span { border-color: rgb(37,68,155); }

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