#25338E

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

Shades of Resolution Blue #25338E

Tints of Resolution Blue #25338E

Color information

#25338E (or 0x25338E) is unknown color: approx Resolution Blue. HEX triplet: 25, 33 and 8E. RGB value is (37,51,142). Sum of RGB (Red+Green+Blue) = 37+51+142=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #25338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25338E is #DACC71. Grayscale: #383838. Windows color (decimal): -14339186 or 9319205. OLE color: 9319205.

HSL color Cylindrical-coordinate representation of color #25338E: hue angle of 232º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25338E is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3751142-
CMYK0.740.6400.44
HSL232º58.66%35.1%-
HSV(B)232º73.94%55.69%-
XYZ6.834.7126.14-
YUV57.19175.86113.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 142 (55.86% from 255) = 61.74%
R=16.09%
G=22.17%
B=61.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37511420.740.6400.4423258.6635.1
Hex25338E4A4002Ce83b23
Octal45632161121000543507343
Binary1001011100111000111010010101000000010110011101000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25338E; }

 p { color: rgb(37,51,142); }

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

<style>
 a { background-color: #25338E; }

 a { background-color: rgb(37,51,142); }

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

<style>
 span { border-color: #25338E; }

 span { border-color: rgb(37,51,142); }

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