#283D7F

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

Shades of Resolution Blue #283D7F

Tints of Resolution Blue #283D7F

Color information

#283D7F (or 0x283D7F) is unknown color: approx Resolution Blue. HEX triplet: 28, 3D and 7F. RGB value is (40,61,127). Sum of RGB (Red+Green+Blue) = 40+61+127=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #283D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D7F is #D7C280. Grayscale: #3D3D3D. Windows color (decimal): -14140033 or 8338728. OLE color: 8338728.

HSL color Cylindrical-coordinate representation of color #283D7F: hue angle of 225.52º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #283D7F is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4061127-
CMYK0.690.5200.50
HSL225.52º52.1%32.75%-
HSV(B)225.52º68.5%49.8%-
XYZ6.375.3220.77-
YUV62.24164.54112.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 61 (24.22% from 255) = 26.75%
BLUE value IS 127 (50% from 255) = 55.70%
R=17.54%
G=26.75%
B=55.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40611270.690.5200.50225.5252.132.75
Hex283D7F4534032e23421
Octal5075177105640623426441
Binary10100011110111111111000101110100011001011100010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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