#244273

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

Shades of Resolution Blue #244273

Tints of Resolution Blue #244273

Color information

#244273 (or 0x244273) is unknown color: approx Resolution Blue. HEX triplet: 24, 42 and 73. RGB value is (36,66,115). Sum of RGB (Red+Green+Blue) = 36+66+115=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #244273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244273 is #DBBD8C. Grayscale: #3E3E3E. Windows color (decimal): -14400909 or 7553572. OLE color: 7553572.

HSL color Cylindrical-coordinate representation of color #244273: hue angle of 217.22º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #244273 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3666115-
CMYK0.690.4300.55
HSL217.22º52.32%29.61%-
HSV(B)217.22º68.7%45.1%-
XYZ5.775.5116.98-
YUV62.62157.56109.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.59%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=16.59%
G=30.41%
B=53.00%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36661150.690.4300.55217.2252.3229.61
Hex244273452B037d9341e
Octal44102163105530673316436
Binary10010010000101110011100010110101101101111101100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244273; }

 p { color: rgb(36,66,115); }

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

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

 a { background-color: rgb(36,66,115); }

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

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

 span { border-color: rgb(36,66,115); }

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