#25346F

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

Shades of Resolution Blue #25346F

Tints of Resolution Blue #25346F

Color information

#25346F (or 0x25346F) is unknown color: approx Resolution Blue. HEX triplet: 25, 34 and 6F. RGB value is (37,52,111). Sum of RGB (Red+Green+Blue) = 37+52+111=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #25346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25346F is #DACB90. Grayscale: #353535. Windows color (decimal): -14338961 or 7287845. OLE color: 7287845.

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

Color convert

RGB3752111-
CMYK0.670.5300.56
HSL227.84º50%29.02%-
HSV(B)227.84º66.67%43.53%-
XYZ4.86415.55-
YUV54.24160.03115.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 111 (43.75% from 255) = 55.5%
R=18.5%
G=26%
B=55.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37521110.670.5300.56227.845029.02
Hex25346F4335038e4321d
Octal4564157103650703446235
Binary1001011101001101111100001111010101110001110010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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