#25396F

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

Shades of Resolution Blue #25396F

Tints of Resolution Blue #25396F

Color information

#25396F (or 0x25396F) is unknown color: approx Resolution Blue. HEX triplet: 25, 39 and 6F. RGB value is (37,57,111). Sum of RGB (Red+Green+Blue) = 37+57+111=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #25396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25396F is #DAC690. Grayscale: #383838. Windows color (decimal): -14337681 or 7289125. OLE color: 7289125.

HSL color Cylindrical-coordinate representation of color #25396F: hue angle of 223.78º 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 #25396F is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3757111-
CMYK0.670.4900.56
HSL223.78º50%29.02%-
HSV(B)223.78º66.67%43.53%-
XYZ5.14.4715.63-
YUV57.18158.37113.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 111 (43.75% from 255) = 54.15%
R=18.05%
G=27.80%
B=54.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37571110.670.4900.56223.785029.02
Hex25396F4331038e0321d
Octal4571157103610703406235
Binary1001011110011101111100001111000101110001110000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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