#25348A

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

Shades of Resolution Blue #25348A

Tints of Resolution Blue #25348A

Color information

#25348A (or 0x25348A) is unknown color: approx Resolution Blue. HEX triplet: 25, 34 and 8A. RGB value is (37,52,138). Sum of RGB (Red+Green+Blue) = 37+52+138=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #25348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25348A is #DACB75. Grayscale: #383838. Windows color (decimal): -14338934 or 9057317. OLE color: 9057317.

HSL color Cylindrical-coordinate representation of color #25348A: hue angle of 231.09º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25348A is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3752138-
CMYK0.730.6200.46
HSL231.09º57.71%34.31%-
HSV(B)231.09º73.19%54.12%-
XYZ6.584.6824.6-
YUV57.32173.53113.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.30%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 138 (54.30% from 255) = 60.79%
R=16.30%
G=22.91%
B=60.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37521380.730.6200.46231.0957.7134.31
Hex25348A493E02Ee73a22
Octal4564212111760563477242
Binary100101110100100010101001001111110010111011100111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25348A; }

 p { color: rgb(37,52,138); }

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

<style>
 a { background-color: #25348A; }

 a { background-color: rgb(37,52,138); }

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

<style>
 span { border-color: #25348A; }

 span { border-color: rgb(37,52,138); }

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