Html Css Color HEX #25438B Tory Blue

📋 copy color: '#25438B'

red 37 ◦ green 67 ◦ blue 139

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

Shades of Tory Blue #25438B

Tints of Tory Blue #25438B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.2%

R = 15.23%
G = 27.57%
B = 57.2%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25438B (or 0x25438B) is known color: Tory Blue. HEX triplet: 25, 43 and 8B. RGB value is (37,67,139). Sum of RGB (Red+Green+Blue) = 37+67+139=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #25438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25438B is #DABC74. Grayscale: #414141. Windows color (decimal): -14335093 or 9126693. OLE color: 9126693.

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

Color convert

RGB 37 67 139 -
CMYK 0.73 0.52 0 0.45
HSL 222.35º 0.58% 0.35% -
HSV(B) 222.35º 0.73% 0.55% -
XYZ 7.43 6.27 25.25 -
YUV 66.24 169.06 107.15 -
System Red Green Blue C M Y K H S L
Decimal 37 67 139 0.73 0.52 0 0.45 222.35 0.58 0.35
Hex 25 43 8B 49 34 0 2D DE 3A 23
Octal 45 103 213 111 64 0 55 336 72 43
Binary 100101 1000011 10001011 1001001 110100 0 101101 11011110 111010 100011

Color Harmonies of #25438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25438B

Black with #25438B

Text Example


Text Example

White with #25438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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