#25346D

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

Shades of Resolution Blue #25346D

Tints of Resolution Blue #25346D

Color information

#25346D (or 0x25346D) is unknown color: approx Resolution Blue. HEX triplet: 25, 34 and 6D. RGB value is (37,52,109). Sum of RGB (Red+Green+Blue) = 37+52+109=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #25346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25346D is #DACB92. Grayscale: #353535. Windows color (decimal): -14338963 or 7156773. OLE color: 7156773.

HSL color Cylindrical-coordinate representation of color #25346D: hue angle of 227.5º 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 #25346D is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3752109-
CMYK0.660.5200.57
HSL227.5º49.32%28.63%-
HSV(B)227.5º66.06%42.75%-
XYZ4.753.9514.98-
YUV54.01159.03115.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 109 (42.97% from 255) = 55.05%
R=18.69%
G=26.26%
B=55.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37521090.660.5200.57227.549.3228.63
Hex25346D4234039e4311d
Octal4564155102640713446135
Binary1001011101001101101100001011010001110011110010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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