#283D6D

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

Shades of Resolution Blue #283D6D

Tints of Resolution Blue #283D6D

Color information

#283D6D (or 0x283D6D) is unknown color: approx Resolution Blue. HEX triplet: 28, 3D and 6D. RGB value is (40,61,109). Sum of RGB (Red+Green+Blue) = 40+61+109=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #283D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D6D is #D7C292. Grayscale: #3B3B3B. Windows color (decimal): -14140051 or 7159080. OLE color: 7159080.

HSL color Cylindrical-coordinate representation of color #283D6D: hue angle of 221.74º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #283D6D is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4061109-
CMYK0.630.4400.57
HSL221.74º46.31%29.22%-
HSV(B)221.74º63.3%42.75%-
XYZ5.34.8915.13-
YUV60.19155.54113.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.05%
GREEN value IS 61 (24.22% from 255) = 29.05%
BLUE value IS 109 (42.97% from 255) = 51.90%
R=19.05%
G=29.05%
B=51.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40611090.630.4400.57221.7446.3129.22
Hex283D6D3F2C039de2e1d
Octal507515577540713365635
Binary101000111101110110111111110110001110011101111010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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