#283C74

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

Shades of Resolution Blue #283C74

Tints of Resolution Blue #283C74

Color information

#283C74 (or 0x283C74) is unknown color: approx Resolution Blue. HEX triplet: 28, 3C and 74. RGB value is (40,60,116). Sum of RGB (Red+Green+Blue) = 40+60+116=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #283C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C74 is #D7C38B. Grayscale: #3C3C3C. Windows color (decimal): -14140300 or 7617576. OLE color: 7617576.

HSL color Cylindrical-coordinate representation of color #283C74: hue angle of 224.21º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #283C74 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4060116-
CMYK0.660.4800.55
HSL224.21º48.72%30.59%-
HSV(B)224.21º65.52%45.49%-
XYZ5.644.9417.18-
YUV60.4159.37113.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 60 (23.83% from 255) = 27.78%
BLUE value IS 116 (45.70% from 255) = 53.70%
R=18.52%
G=27.78%
B=53.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40601160.660.4800.55224.2148.7230.59
Hex283C744230037e0311f
Octal5074164102600673406137
Binary1010001111001110100100001011000001101111110000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,60,116); }

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

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

 a { background-color: rgb(40,60,116); }

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

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

 span { border-color: rgb(40,60,116); }

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