#253375

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

Shades of Resolution Blue #253375

Tints of Resolution Blue #253375

Color information

#253375 (or 0x253375) is unknown color: approx Resolution Blue. HEX triplet: 25, 33 and 75. RGB value is (37,51,117). Sum of RGB (Red+Green+Blue) = 37+51+117=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #253375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253375 is #DACC8A. Grayscale: #363636. Windows color (decimal): -14339211 or 7680805. OLE color: 7680805.

HSL color Cylindrical-coordinate representation of color #253375: hue angle of 229.5º 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 #253375 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3751117-
CMYK0.680.5600.54
HSL229.5º51.95%30.2%-
HSV(B)229.5º68.38%45.88%-
XYZ5.164.0517.34-
YUV54.34163.36115.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=18.05%
G=24.88%
B=57.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37511170.680.5600.54229.551.9530.2
Hex2533754438036e6341e
Octal4563165104700663466436
Binary1001011100111110101100010011100001101101110011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253375; }

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

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

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

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

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

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

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

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