#283D71

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

Shades of Resolution Blue #283D71

Tints of Resolution Blue #283D71

Color information

#283D71 (or 0x283D71) is unknown color: approx Resolution Blue. HEX triplet: 28, 3D and 71. RGB value is (40,61,113). Sum of RGB (Red+Green+Blue) = 40+61+113=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #283D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D71 is #D7C28E. Grayscale: #3C3C3C. Windows color (decimal): -14140047 or 7421224. OLE color: 7421224.

HSL color Cylindrical-coordinate representation of color #283D71: hue angle of 222.74º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #283D71 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4061113-
CMYK0.650.4600.56
HSL222.74º47.71%30%-
HSV(B)222.74º64.6%44.31%-
XYZ5.524.9816.29-
YUV60.65157.54113.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 61 (24.22% from 255) = 28.50%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=18.69%
G=28.50%
B=52.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40611130.650.4600.56222.7447.7130
Hex283D71412E038df301e
Octal5075161101560703376036
Binary1010001111011110001100000110111001110001101111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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