Html Css Color HEX #25438E Tory Blue

📋 copy color: '#25438E'

red 37 ◦ green 67 ◦ blue 142

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

Shades of Tory Blue #25438E

Tints of Tory Blue #25438E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 57.72%

R = 15.04%
G = 27.24%
B = 57.72%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25438E (or 0x25438E) is known color: Tory Blue. HEX triplet: 25, 43 and 8E. RGB value is (37,67,142). Sum of RGB (Red+Green+Blue) = 37+67+142=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #25438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25438E is #DABC71. Grayscale: #424242. Windows color (decimal): -14335090 or 9323301. OLE color: 9323301.

HSL color Cylindrical-coordinate representation of color #25438E: hue angle of 222.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25438E is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 67 142 -
CMYK 0.74 0.53 0 0.44
HSL 222.86º 0.59% 0.35% -
HSV(B) 222.86º 0.74% 0.56% -
XYZ 7.65 6.36 26.42 -
YUV 66.58 170.56 106.9 -
System Red Green Blue C M Y K H S L
Decimal 37 67 142 0.74 0.53 0 0.44 222.86 0.59 0.35
Hex 25 43 8E 4A 35 0 2C DF 3B 23
Octal 45 103 216 112 65 0 54 337 73 43
Binary 100101 1000011 10001110 1001010 110101 0 101100 11011111 111011 100011

Color Harmonies of #25438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25438E

Black with #25438E

Text Example


Text Example

White with #25438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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