#283D77

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

Shades of Resolution Blue #283D77

Tints of Resolution Blue #283D77

Color information

#283D77 (or 0x283D77) is unknown color: approx Resolution Blue. HEX triplet: 28, 3D and 77. RGB value is (40,61,119). Sum of RGB (Red+Green+Blue) = 40+61+119=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #283D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D77 is #D7C288. Grayscale: #3D3D3D. Windows color (decimal): -14140041 or 7814440. OLE color: 7814440.

HSL color Cylindrical-coordinate representation of color #283D77: hue angle of 224.05º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #283D77 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4061119-
CMYK0.660.4900.53
HSL224.05º49.69%31.18%-
HSV(B)224.05º66.39%46.67%-
XYZ5.875.1218.13-
YUV61.33160.54112.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 61 (24.22% from 255) = 27.73%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=18.18%
G=27.73%
B=54.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40611190.660.4900.53224.0549.6931.18
Hex283D774231035e0321f
Octal5075167102610653406237
Binary1010001111011110111100001011000101101011110000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283D77; }

 p { color: rgb(40,61,119); }

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

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

 a { background-color: rgb(40,61,119); }

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

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

 span { border-color: rgb(40,61,119); }

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