#25356D

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

Shades of Resolution Blue #25356D

Tints of Resolution Blue #25356D

Color information

#25356D (or 0x25356D) is unknown color: approx Resolution Blue. HEX triplet: 25, 35 and 6D. RGB value is (37,53,109). Sum of RGB (Red+Green+Blue) = 37+53+109=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #25356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25356D is #DACA92. Grayscale: #363636. Windows color (decimal): -14338707 or 7157029. OLE color: 7157029.

HSL color Cylindrical-coordinate representation of color #25356D: hue angle of 226.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25356D is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3753109-
CMYK0.660.5100.57
HSL226.67º49.32%28.63%-
HSV(B)226.67º66.06%42.75%-
XYZ4.84.0415-
YUV54.6158.7115.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 109 (42.97% from 255) = 54.77%
R=18.59%
G=26.63%
B=54.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37531090.660.5100.57226.6749.3228.63
Hex25356D4233039e3311d
Octal4565155102630713436135
Binary1001011101011101101100001011001101110011110001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,53,109); }

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

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

 a { background-color: rgb(37,53,109); }

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

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

 span { border-color: rgb(37,53,109); }

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