#254575

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

Shades of Resolution Blue #254575

Tints of Resolution Blue #254575

Color information

#254575 (or 0x254575) is unknown color: approx Resolution Blue. HEX triplet: 25, 45 and 75. RGB value is (37,69,117). Sum of RGB (Red+Green+Blue) = 37+69+117=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #254575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254575 is #DABA8A. Grayscale: #404040. Windows color (decimal): -14334603 or 7685413. OLE color: 7685413.

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

Color convert

RGB3769117-
CMYK0.680.4100.54
HSL216º51.95%30.2%-
HSV(B)216º68.38%45.88%-
XYZ6.15.9317.65-
YUV64.9157.4108.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=16.59%
G=30.94%
B=52.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37691170.680.4100.5421651.9530.2
Hex2545754429036d8341e
Octal45105165104510663306436
Binary10010110001011110101100010010100101101101101100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254575; }

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

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

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

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

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

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

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

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