Html Css Color HEX #25397C Resolution Blue

📋 copy color: '#25397C'

red 37 ◦ green 57 ◦ blue 124

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

Shades of Resolution Blue #25397C

Tints of Resolution Blue #25397C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.88%

R = 16.97%
G = 26.15%
B = 56.88%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25397C (or 0x25397C) is known color: Resolution Blue. HEX triplet: 25, 39 and 7C. RGB value is (37,57,124). Sum of RGB (Red+Green+Blue) = 37+57+124=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #25397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25397C is #DAC683. Grayscale: #3A3A3A. Windows color (decimal): -14337668 or 8141093. OLE color: 8141093.

HSL color Cylindrical-coordinate representation of color #25397C: hue angle of 226.21º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25397C is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 57 124 -
CMYK 0.70 0.54 0 0.51
HSL 226.21º 0.54% 0.32% -
HSV(B) 226.21º 0.7% 0.49% -
XYZ 5.86 4.77 19.68 -
YUV 58.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 37 57 124 0.70 0.54 0 0.51 226.21 0.54 0.32
Hex 25 39 7C 46 36 0 33 E2 36 20
Octal 45 71 174 106 66 0 63 342 66 40
Binary 100101 111001 1111100 1000110 110110 0 110011 11100010 110110 100000

Color Harmonies of #25397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25397C

Black with #25397C

Text Example


Text Example

White with #25397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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