#25346C

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

Shades of Resolution Blue #25346C

Tints of Resolution Blue #25346C

Color information

#25346C (or 0x25346C) is unknown color: approx Resolution Blue. HEX triplet: 25, 34 and 6C. RGB value is (37,52,108). Sum of RGB (Red+Green+Blue) = 37+52+108=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #25346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25346C is #DACB93. Grayscale: #353535. Windows color (decimal): -14338964 or 7091237. OLE color: 7091237.

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

Color convert

RGB3752108-
CMYK0.660.5200.58
HSL227.32º48.97%28.43%-
HSV(B)227.32º65.74%42.35%-
XYZ4.73.9314.7-
YUV53.9158.53115.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 108 (42.58% from 255) = 54.82%
R=18.78%
G=26.40%
B=54.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37521080.660.5200.58227.3248.9728.43
Hex25346C423403Ae3311c
Octal4564154102640723436134
Binary1001011101001101100100001011010001110101110001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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