#284273

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

Shades of Resolution Blue #284273

Tints of Resolution Blue #284273

Color information

#284273 (or 0x284273) is unknown color: approx Resolution Blue. HEX triplet: 28, 42 and 73. RGB value is (40,66,115). Sum of RGB (Red+Green+Blue) = 40+66+115=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #284273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284273 is #D7BD8C. Grayscale: #3F3F3F. Windows color (decimal): -14138765 or 7553576. OLE color: 7553576.

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

Color convert

RGB4066115-
CMYK0.650.4300.55
HSL219.2º48.39%30.39%-
HSV(B)219.2º65.22%45.1%-
XYZ5.925.5916.99-
YUV63.81156.89111.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=18.10%
G=29.86%
B=52.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40661150.650.4300.55219.248.3930.39
Hex284273412B037db301e
Octal50102163101530673336036
Binary10100010000101110011100000110101101101111101101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284273; }

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

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

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

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

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

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

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

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