Html Css Color HEX #25398D Resolution Blue

📋 copy color: '#25398D'

red 37 ◦ green 57 ◦ blue 141

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

Shades of Resolution Blue #25398D

Tints of Resolution Blue #25398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.26%

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

R = 15.74%
G = 24.26%
B = 60%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25398D (or 0x25398D) is known color: Resolution Blue. HEX triplet: 25, 39 and 8D. RGB value is (37,57,141). Sum of RGB (Red+Green+Blue) = 37+57+141=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #25398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25398D is #DAC672. Grayscale: #3C3C3C. Windows color (decimal): -14337651 or 9255205. OLE color: 9255205.

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

Color convert

RGB 37 57 141 -
CMYK 0.74 0.60 0 0.45
HSL 228.46º 0.58% 0.35% -
HSV(B) 228.46º 0.74% 0.55% -
XYZ 7.03 5.24 25.84 -
YUV 60.6 173.37 111.17 -
System Red Green Blue C M Y K H S L
Decimal 37 57 141 0.74 0.60 0 0.45 228.46 0.58 0.35
Hex 25 39 8D 4A 3C 0 2D E4 3A 23
Octal 45 71 215 112 74 0 55 344 72 43
Binary 100101 111001 10001101 1001010 111100 0 101101 11100100 111010 100011

Color Harmonies of #25398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25398D

Black with #25398D

Text Example


Text Example

White with #25398D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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