Html Css Color HEX #25387D Resolution Blue

📋 copy color: '#25387D'

red 37 ◦ green 56 ◦ blue 125

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

Shades of Resolution Blue #25387D

Tints of Resolution Blue #25387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.69%

 BLUE value IS 125 (49.22% from 255) = 57.34%

R = 16.97%
G = 25.69%
B = 57.34%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25387D (or 0x25387D) is known color: Resolution Blue. HEX triplet: 25, 38 and 7D. RGB value is (37,56,125). Sum of RGB (Red+Green+Blue) = 37+56+125=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #25387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25387D is #DAC782. Grayscale: #393939. Windows color (decimal): -14337923 or 8206373. OLE color: 8206373.

HSL color Cylindrical-coordinate representation of color #25387D: hue angle of 227.05º 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 #25387D is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 56 125 -
CMYK 0.70 0.55 0 0.51
HSL 227.05º 0.54% 0.32% -
HSV(B) 227.05º 0.7% 0.49% -
XYZ 5.88 4.7 20 -
YUV 58.19 165.71 112.89 -
System Red Green Blue C M Y K H S L
Decimal 37 56 125 0.70 0.55 0 0.51 227.05 0.54 0.32
Hex 25 38 7D 46 37 0 33 E3 36 20
Octal 45 70 175 106 67 0 63 343 66 40
Binary 100101 111000 1111101 1000110 110111 0 110011 11100011 110110 100000

Color Harmonies of #25387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25387D

Black with #25387D

Text Example


Text Example

White with #25387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,56,125); }

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

background-color css

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

 a { background-color: rgb(37,56,125); }

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

border-color css

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

 span { border-color: rgb(37,56,125); }

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