#283B77

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

Shades of Resolution Blue #283B77

Tints of Resolution Blue #283B77

Color information

#283B77 (or 0x283B77) is unknown color: approx Resolution Blue. HEX triplet: 28, 3B and 77. RGB value is (40,59,119). Sum of RGB (Red+Green+Blue) = 40+59+119=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #283B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283B77 is #D7C488. Grayscale: #3B3B3B. Windows color (decimal): -14140553 or 7813928. OLE color: 7813928.

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

Color convert

RGB4059119-
CMYK0.660.5000.53
HSL225.57º49.69%31.18%-
HSV(B)225.57º66.39%46.67%-
XYZ5.774.9118.1-
YUV60.16161.21113.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 59 (23.44% from 255) = 27.06%
BLUE value IS 119 (46.88% from 255) = 54.59%
R=18.35%
G=27.06%
B=54.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40591190.660.5000.53225.5749.6931.18
Hex283B774232035e2321f
Octal5073167102620653426237
Binary1010001110111110111100001011001001101011110001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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