#283D8A

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

Shades of Resolution Blue #283D8A

Tints of Resolution Blue #283D8A

Color information

#283D8A (or 0x283D8A) is unknown color: approx Resolution Blue. HEX triplet: 28, 3D and 8A. RGB value is (40,61,138). Sum of RGB (Red+Green+Blue) = 40+61+138=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #283D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283D8A is #D7C275. Grayscale: #3F3F3F. Windows color (decimal): -14140022 or 9059624. OLE color: 9059624.

HSL color Cylindrical-coordinate representation of color #283D8A: hue angle of 227.14º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #283D8A is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4061138-
CMYK0.710.5600.46
HSL227.14º55.06%34.9%-
HSV(B)227.14º71.01%54.12%-
XYZ7.135.6224.75-
YUV63.5170.04111.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.74%
GREEN value IS 61 (24.22% from 255) = 25.52%
BLUE value IS 138 (54.30% from 255) = 57.74%
R=16.74%
G=25.52%
B=57.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40611380.710.5600.46227.1455.0634.9
Hex283D8A473802Ee33723
Octal5075212107700563436743
Binary101000111101100010101000111111000010111011100011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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