#25346E

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

Shades of Resolution Blue #25346E

Tints of Resolution Blue #25346E

Color information

#25346E (or 0x25346E) is unknown color: approx Resolution Blue. HEX triplet: 25, 34 and 6E. RGB value is (37,52,110). Sum of RGB (Red+Green+Blue) = 37+52+110=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #25346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25346E is #DACB91. Grayscale: #353535. Windows color (decimal): -14338962 or 7222309. OLE color: 7222309.

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

Color convert

RGB3752110-
CMYK0.660.5300.57
HSL227.67º49.66%28.82%-
HSV(B)227.67º66.36%43.14%-
XYZ4.813.9815.27-
YUV54.13159.53115.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 110 (43.36% from 255) = 55.28%
R=18.59%
G=26.13%
B=55.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37521100.660.5300.57227.6749.6628.82
Hex25346E4235039e4321d
Octal4564156102650713446235
Binary1001011101001101110100001011010101110011110010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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