#25348B

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

Shades of Resolution Blue #25348B

Tints of Resolution Blue #25348B

Color information

#25348B (or 0x25348B) is unknown color: approx Resolution Blue. HEX triplet: 25, 34 and 8B. RGB value is (37,52,139). Sum of RGB (Red+Green+Blue) = 37+52+139=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #25348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25348B is #DACB74. Grayscale: #393939. Windows color (decimal): -14338933 or 9122853. OLE color: 9122853.

HSL color Cylindrical-coordinate representation of color #25348B: hue angle of 231.18º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25348B is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3752139-
CMYK0.730.6300.45
HSL231.18º57.95%34.51%-
HSV(B)231.18º73.38%54.51%-
XYZ6.654.7124.99-
YUV57.43174.03113.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 52 (20.70% from 255) = 22.81%
BLUE value IS 139 (54.69% from 255) = 60.96%
R=16.23%
G=22.81%
B=60.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37521390.730.6300.45231.1857.9534.51
Hex25348B493F02De73a23
Octal4564213111770553477243
Binary100101110100100010111001001111111010110111100111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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