#283E78

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

Shades of Resolution Blue #283E78

Tints of Resolution Blue #283E78

Color information

#283E78 (or 0x283E78) is unknown color: approx Resolution Blue. HEX triplet: 28, 3E and 78. RGB value is (40,62,120). Sum of RGB (Red+Green+Blue) = 40+62+120=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #283E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E78 is #D7C187. Grayscale: #3D3D3D. Windows color (decimal): -14139784 or 7880232. OLE color: 7880232.

HSL color Cylindrical-coordinate representation of color #283E78: hue angle of 223.5º 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 #283E78 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4062120-
CMYK0.670.4800.53
HSL223.5º50%31.37%-
HSV(B)223.5º66.67%47.06%-
XYZ5.995.2518.47-
YUV62.03160.71112.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.02%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=18.02%
G=27.93%
B=54.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40621200.670.4800.53223.55031.37
Hex283E784330035e0321f
Octal5076170103600653406237
Binary1010001111101111000100001111000001101011110000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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