Html Css Color HEX #25387F Resolution Blue

📋 copy color: '#25387F'

red 37 ◦ green 56 ◦ blue 127

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

Shades of Resolution Blue #25387F

Tints of Resolution Blue #25387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 57.73%

R = 16.82%
G = 25.45%
B = 57.73%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#25387F (or 0x25387F) is known color: Resolution Blue. HEX triplet: 25, 38 and 7F. RGB value is (37,56,127). Sum of RGB (Red+Green+Blue) = 37+56+127=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #25387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25387F is #DAC780. Grayscale: #3A3A3A. Windows color (decimal): -14337921 or 8337445. OLE color: 8337445.

HSL color Cylindrical-coordinate representation of color #25387F: hue angle of 227.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25387F is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 56 127 -
CMYK 0.71 0.56 0 0.50
HSL 227.33º 0.55% 0.32% -
HSV(B) 227.33º 0.71% 0.5% -
XYZ 6.01 4.75 20.68 -
YUV 58.41 166.71 112.73 -
System Red Green Blue C M Y K H S L
Decimal 37 56 127 0.71 0.56 0 0.50 227.33 0.55 0.32
Hex 25 38 7F 47 38 0 32 E3 37 20
Octal 45 70 177 107 70 0 62 343 67 40
Binary 100101 111000 1111111 1000111 111000 0 110010 11100011 110111 100000

Color Harmonies of #25387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25387F

Black with #25387F

Text Example


Text Example

White with #25387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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