#283D78

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

Shades of Resolution Blue #283D78

Tints of Resolution Blue #283D78

Color information

#283D78 (or 0x283D78) is unknown color: approx Resolution Blue. HEX triplet: 28, 3D and 78. RGB value is (40,61,120). Sum of RGB (Red+Green+Blue) = 40+61+120=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #283D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D78 is #D7C287. Grayscale: #3D3D3D. Windows color (decimal): -14140040 or 7879976. OLE color: 7879976.

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

Color convert

RGB4061120-
CMYK0.670.4900.53
HSL224.25º50%31.37%-
HSV(B)224.25º66.67%47.06%-
XYZ5.935.1418.45-
YUV61.45161.04112.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 61 (24.22% from 255) = 27.60%
BLUE value IS 120 (47.27% from 255) = 54.30%
R=18.10%
G=27.60%
B=54.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40611200.670.4900.53224.255031.37
Hex283D784331035e0321f
Octal5075170103610653406237
Binary1010001111011111000100001111000101101011110000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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