#25367A

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

Shades of Resolution Blue #25367A

Tints of Resolution Blue #25367A

Color information

#25367A (or 0x25367A) is unknown color: approx Resolution Blue. HEX triplet: 25, 36 and 7A. RGB value is (37,54,122). Sum of RGB (Red+Green+Blue) = 37+54+122=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #25367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25367A is #DAC985. Grayscale: #383838. Windows color (decimal): -14338438 or 8009253. OLE color: 8009253.

HSL color Cylindrical-coordinate representation of color #25367A: hue angle of 228º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25367A is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3754122-
CMYK0.700.5600.52
HSL228º53.46%31.18%-
HSV(B)228º69.67%47.84%-
XYZ5.594.4418.97-
YUV56.67164.87113.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=17.37%
G=25.35%
B=57.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37541220.700.5600.5222853.4631.18
Hex25367A4638034e4351f
Octal4566172106700643446537
Binary1001011101101111010100011011100001101001110010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25367A; }

 p { color: rgb(37,54,122); }

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

<style>
 a { background-color: #25367A; }

 a { background-color: rgb(37,54,122); }

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

<style>
 span { border-color: #25367A; }

 span { border-color: rgb(37,54,122); }

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