Html Css Color HEX #25438C Tory Blue

📋 copy color: '#25438C'

red 37 ◦ green 67 ◦ blue 140

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

Shades of Tory Blue #25438C

Tints of Tory Blue #25438C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.38%

R = 15.16%
G = 27.46%
B = 57.38%

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

#25438C (or 0x25438C) is known color: Tory Blue. HEX triplet: 25, 43 and 8C. RGB value is (37,67,140). Sum of RGB (Red+Green+Blue) = 37+67+140=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #25438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25438C is #DABC73. Grayscale: #424242. Windows color (decimal): -14335092 or 9192229. OLE color: 9192229.

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

Color convert

RGB 37 67 140 -
CMYK 0.74 0.52 0 0.45
HSL 222.52º 0.58% 0.35% -
HSV(B) 222.52º 0.74% 0.55% -
XYZ 7.5 6.3 25.63 -
YUV 66.35 169.56 107.06 -
System Red Green Blue C M Y K H S L
Decimal 37 67 140 0.74 0.52 0 0.45 222.52 0.58 0.35
Hex 25 43 8C 4A 34 0 2D DF 3A 23
Octal 45 103 214 112 64 0 55 337 72 43
Binary 100101 1000011 10001100 1001010 110100 0 101101 11011111 111010 100011

Color Harmonies of #25438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25438C

Black with #25438C

Text Example


Text Example

White with #25438C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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