#253D7A

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

Shades of Resolution Blue #253D7A

Tints of Resolution Blue #253D7A

Color information

#253D7A (or 0x253D7A) is unknown color: approx Resolution Blue. HEX triplet: 25, 3D and 7A. RGB value is (37,61,122). Sum of RGB (Red+Green+Blue) = 37+61+122=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #253D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D7A is #DAC285. Grayscale: #3C3C3C. Windows color (decimal): -14336646 or 8011045. OLE color: 8011045.

HSL color Cylindrical-coordinate representation of color #253D7A: hue angle of 223.06º 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 #253D7A is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3761122-
CMYK0.700.5000.52
HSL223.06º53.46%31.18%-
HSV(B)223.06º69.67%47.84%-
XYZ5.945.1419.09-
YUV60.78162.55111.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 61 (24.22% from 255) = 27.73%
BLUE value IS 122 (48.05% from 255) = 55.45%
R=16.82%
G=27.73%
B=55.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37611220.700.5000.52223.0653.4631.18
Hex253D7A4632034df351f
Octal4575172106620643376537
Binary1001011111011111010100011011001001101001101111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253D7A; }

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

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

<style>
 a { background-color: #253D7A; }

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

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

<style>
 span { border-color: #253D7A; }

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

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