#25326C

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

Shades of Resolution Blue #25326C

Tints of Resolution Blue #25326C

Color information

#25326C (or 0x25326C) is unknown color: approx Resolution Blue. HEX triplet: 25, 32 and 6C. RGB value is (37,50,108). Sum of RGB (Red+Green+Blue) = 37+50+108=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #25326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25326C is #DACD93. Grayscale: #343434. Windows color (decimal): -14339476 or 7090725. OLE color: 7090725.

HSL color Cylindrical-coordinate representation of color #25326C: hue angle of 229.01º 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 #25326C is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3750108-
CMYK0.660.5400.58
HSL229.01º48.97%28.43%-
HSV(B)229.01º65.74%42.35%-
XYZ4.613.7614.67-
YUV52.72159.19116.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 108 (42.58% from 255) = 55.38%
R=18.97%
G=25.64%
B=55.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37501080.660.5400.58229.0148.9728.43
Hex25326C423603Ae5311c
Octal4562154102660723456134
Binary1001011100101101100100001011011001110101110010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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