#25316C

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

Shades of Resolution Blue #25316C

Tints of Resolution Blue #25316C

Color information

#25316C (or 0x25316C) is unknown color: approx Resolution Blue. HEX triplet: 25, 31 and 6C. RGB value is (37,49,108). Sum of RGB (Red+Green+Blue) = 37+49+108=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #25316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25316C is #DACE93. Grayscale: #333333. Windows color (decimal): -14339732 or 7090469. OLE color: 7090469.

HSL color Cylindrical-coordinate representation of color #25316C: hue angle of 229.86º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25316C is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3749108-
CMYK0.660.5500.58
HSL229.86º48.97%28.43%-
HSV(B)229.86º65.74%42.35%-
XYZ4.573.6714.66-
YUV52.14159.52117.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=19.07%
G=25.26%
B=55.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37491080.660.5500.58229.8648.9728.43
Hex25316C423703Ae6311c
Octal4561154102670723466134
Binary1001011100011101100100001011011101110101110011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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