#25346B

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

Shades of Resolution Blue #25346B

Tints of Resolution Blue #25346B

Color information

#25346B (or 0x25346B) is unknown color: approx Resolution Blue. HEX triplet: 25, 34 and 6B. RGB value is (37,52,107). Sum of RGB (Red+Green+Blue) = 37+52+107=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #25346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25346B is #DACB94. Grayscale: #353535. Windows color (decimal): -14338965 or 7025701. OLE color: 7025701.

HSL color Cylindrical-coordinate representation of color #25346B: hue angle of 227.14º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25346B is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3752107-
CMYK0.650.5100.58
HSL227.14º48.61%28.24%-
HSV(B)227.14º65.42%41.96%-
XYZ4.643.9114.42-
YUV53.78158.03116.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 107 (42.19% from 255) = 54.59%
R=18.88%
G=26.53%
B=54.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37521070.650.5100.58227.1448.6128.24
Hex25346B413303Ae3311c
Octal4564153101630723436134
Binary1001011101001101011100000111001101110101110001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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