#283377

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

Shades of Resolution Blue #283377

Tints of Resolution Blue #283377

Color information

#283377 (or 0x283377) is unknown color: approx Resolution Blue. HEX triplet: 28, 33 and 77. RGB value is (40,51,119). Sum of RGB (Red+Green+Blue) = 40+51+119=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #283377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283377 is #D7CC88. Grayscale: #373737. Windows color (decimal): -14142601 or 7811880. OLE color: 7811880.

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

Color convert

RGB4051119-
CMYK0.660.5700.53
HSL231.65º49.69%31.18%-
HSV(B)231.65º66.39%46.67%-
XYZ5.394.1517.97-
YUV55.46163.86116.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.05%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 119 (46.88% from 255) = 56.67%
R=19.05%
G=24.29%
B=56.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40511190.660.5700.53231.6549.6931.18
Hex2833774239035e8321f
Octal5063167102710653506237
Binary1010001100111110111100001011100101101011110100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283377; }

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

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

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

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

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

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

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

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