Html Css Color HEX #25317E Resolution Blue

📋 copy color: '#25317E'

red 37 ◦ green 49 ◦ blue 126

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

Shades of Resolution Blue #25317E

Tints of Resolution Blue #25317E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

 BLUE value IS 126 (49.61% from 255) = 59.43%

R = 17.45%
G = 23.11%
B = 59.43%

CMYK

 C value IS 0.71

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25317E (or 0x25317E) is known color: Resolution Blue. HEX triplet: 25, 31 and 7E. RGB value is (37,49,126). Sum of RGB (Red+Green+Blue) = 37+49+126=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #25317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25317E is #DACE81. Grayscale: #353535. Windows color (decimal): -14339714 or 8270117. OLE color: 8270117.

HSL color Cylindrical-coordinate representation of color #25317E: hue angle of 231.91º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25317E is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 49 126 -
CMYK 0.71 0.61 0 0.51
HSL 231.91º 0.55% 0.32% -
HSV(B) 231.91º 0.71% 0.49% -
XYZ 5.63 4.1 20.23 -
YUV 54.19 168.52 115.74 -
System Red Green Blue C M Y K H S L
Decimal 37 49 126 0.71 0.61 0 0.51 231.91 0.55 0.32
Hex 25 31 7E 47 3D 0 33 E8 37 20
Octal 45 61 176 107 75 0 63 350 67 40
Binary 100101 110001 1111110 1000111 111101 0 110011 11101000 110111 100000

Color Harmonies of #25317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25317E

Black with #25317E

Text Example


Text Example

White with #25317E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,49,126); }

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

background-color css

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

 a { background-color: rgb(37,49,126); }

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

border-color css

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

 span { border-color: rgb(37,49,126); }

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