#283A75

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

Shades of Resolution Blue #283A75

Tints of Resolution Blue #283A75

Color information

#283A75 (or 0x283A75) is unknown color: approx Resolution Blue. HEX triplet: 28, 3A and 75. RGB value is (40,58,117). Sum of RGB (Red+Green+Blue) = 40+58+117=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #283A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A75 is #D7C58A. Grayscale: #3B3B3B. Windows color (decimal): -14140811 or 7682600. OLE color: 7682600.

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

Color convert

RGB4058117-
CMYK0.660.5000.54
HSL225.97º49.04%30.78%-
HSV(B)225.97º65.81%45.88%-
XYZ5.64.7617.45-
YUV59.34160.54114.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=18.60%
G=26.98%
B=54.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40581170.660.5000.54225.9749.0430.78
Hex283A754232036e2311f
Octal5072165102620663426137
Binary1010001110101110101100001011001001101101110001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,58,117); }

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

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

 a { background-color: rgb(40,58,117); }

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

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

 span { border-color: rgb(40,58,117); }

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