#25316F

Color #25316F Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #25316F

Tints of Resolution Blue #25316F

Color information

#25316F (or 0x25316F) is unknown color: approx Resolution Blue. HEX triplet: 25, 31 and 6F. RGB value is (37,49,111). Sum of RGB (Red+Green+Blue) = 37+49+111=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #25316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25316F is #DACE90. Grayscale: #343434. Windows color (decimal): -14339729 or 7287077. OLE color: 7287077.

HSL color Cylindrical-coordinate representation of color #25316F: hue angle of 230.27º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25316F is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3749111-
CMYK0.670.5600.56
HSL230.27º50%29.02%-
HSV(B)230.27º66.67%43.53%-
XYZ4.733.7415.51-
YUV52.48161.02116.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 111 (43.75% from 255) = 56.35%
R=18.78%
G=24.87%
B=56.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37491110.670.5600.56230.275029.02
Hex25316F4338038e6321d
Octal4561157103700703466235
Binary1001011100011101111100001111100001110001110011011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25316F;
 }
 .AnyTagClassName
 {
   color: #25316F;
 }
</style>
background-color css

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

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

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

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

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

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