#283F77

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

Shades of Resolution Blue #283F77

Tints of Resolution Blue #283F77

Color information

#283F77 (or 0x283F77) is unknown color: approx Resolution Blue. HEX triplet: 28, 3F and 77. RGB value is (40,63,119). Sum of RGB (Red+Green+Blue) = 40+63+119=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #283F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F77 is #D7C088. Grayscale: #3E3E3E. Windows color (decimal): -14139529 or 7814952. OLE color: 7814952.

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

Color convert

RGB4063119-
CMYK0.660.4700.53
HSL222.53º49.69%31.18%-
HSV(B)222.53º66.39%46.67%-
XYZ5.985.3418.17-
YUV62.51159.88111.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.02%
GREEN value IS 63 (25% from 255) = 28.38%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=18.02%
G=28.38%
B=53.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40631190.660.4700.53222.5349.6931.18
Hex283F77422F035df321f
Octal5077167102570653376237
Binary1010001111111110111100001010111101101011101111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,63,119); }

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

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

 a { background-color: rgb(40,63,119); }

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

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

 span { border-color: rgb(40,63,119); }

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