Html Css Color HEX #25438D Tory Blue

📋 copy color: '#25438D'

red 37 ◦ green 67 ◦ blue 141

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

Shades of Tory Blue #25438D

Tints of Tory Blue #25438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.35%

 BLUE value IS 141 (55.47% from 255) = 57.55%

R = 15.1%
G = 27.35%
B = 57.55%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25438D (or 0x25438D) is known color: Tory Blue. HEX triplet: 25, 43 and 8D. RGB value is (37,67,141). Sum of RGB (Red+Green+Blue) = 37+67+141=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #25438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25438D is #DABC72. Grayscale: #424242. Windows color (decimal): -14335091 or 9257765. OLE color: 9257765.

HSL color Cylindrical-coordinate representation of color #25438D: hue angle of 222.69º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25438D is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 67 141 -
CMYK 0.74 0.52 0 0.45
HSL 222.69º 0.58% 0.35% -
HSV(B) 222.69º 0.74% 0.55% -
XYZ 7.58 6.33 26.02 -
YUV 66.47 170.06 106.98 -
System Red Green Blue C M Y K H S L
Decimal 37 67 141 0.74 0.52 0 0.45 222.69 0.58 0.35
Hex 25 43 8D 4A 34 0 2D DF 3A 23
Octal 45 103 215 112 64 0 55 337 72 43
Binary 100101 1000011 10001101 1001010 110100 0 101101 11011111 111010 100011

Color Harmonies of #25438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25438D

Black with #25438D

Text Example


Text Example

White with #25438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25438D; }

 p { color: rgb(37,67,141); }

 H1.HeaderClassName
 {
   color: #25438D;
 }
 .AnyTagClassName
 {
   color: #25438D;
 }
</style>

background-color css

<style>
 a { background-color: #25438D; }

 a { background-color: rgb(37,67,141); }

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

border-color css

<style>
 span { border-color: #25438D; }

 span { border-color: rgb(37,67,141); }

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