#253A75

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

Shades of Resolution Blue #253A75

Tints of Resolution Blue #253A75

Color information

#253A75 (or 0x253A75) is unknown color: approx Resolution Blue. HEX triplet: 25, 3A and 75. RGB value is (37,58,117). Sum of RGB (Red+Green+Blue) = 37+58+117=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #253A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A75 is #DAC58A. Grayscale: #3A3A3A. Windows color (decimal): -14337419 or 7682597. OLE color: 7682597.

HSL color Cylindrical-coordinate representation of color #253A75: hue angle of 224.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253A75 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3758117-
CMYK0.680.5000.54
HSL224.25º51.95%30.2%-
HSV(B)224.25º68.38%45.88%-
XYZ5.494.717.45-
YUV58.45161.04112.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.45%
GREEN value IS 58 (23.05% from 255) = 27.36%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=17.45%
G=27.36%
B=55.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37581170.680.5000.54224.2551.9530.2
Hex253A754432036e0341e
Octal4572165104620663406436
Binary1001011110101110101100010011001001101101110000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,58,117); }

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

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

 a { background-color: rgb(37,58,117); }

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

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

 span { border-color: rgb(37,58,117); }

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