Html Css Color HEX #25438F Tory Blue

📋 copy color: '#25438F'

red 37 ◦ green 67 ◦ blue 143

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

Shades of Tory Blue #25438F

Tints of Tory Blue #25438F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 57.89%

R = 14.98%
G = 27.13%
B = 57.89%

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

#25438F (or 0x25438F) is known color: Tory Blue. HEX triplet: 25, 43 and 8F. RGB value is (37,67,143). Sum of RGB (Red+Green+Blue) = 37+67+143=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 143 (56.25% from 255 or 57.89% from 247); Max value from RGB is 143 - color contains mainly: blue. Hex color #25438F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25438F is #DABC70. Grayscale: #424242. Windows color (decimal): -14335089 or 9388837. OLE color: 9388837.

HSL color Cylindrical-coordinate representation of color #25438F: hue angle of 223.02º 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 #25438F is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 67 143 -
CMYK 0.74 0.53 0 0.44
HSL 223.02º 0.59% 0.35% -
HSV(B) 223.02º 0.74% 0.56% -
XYZ 7.73 6.39 26.81 -
YUV 66.69 171.06 106.82 -
System Red Green Blue C M Y K H S L
Decimal 37 67 143 0.74 0.53 0 0.44 223.02 0.59 0.35
Hex 25 43 8F 4A 35 0 2C DF 3B 23
Octal 45 103 217 112 65 0 54 337 73 43
Binary 100101 1000011 10001111 1001010 110101 0 101100 11011111 111011 100011

Color Harmonies of #25438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25438F

Black with #25438F

Text Example


Text Example

White with #25438F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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