#283B70

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

Shades of Resolution Blue #283B70

Tints of Resolution Blue #283B70

Color information

#283B70 (or 0x283B70) is unknown color: approx Resolution Blue. HEX triplet: 28, 3B and 70. RGB value is (40,59,112). Sum of RGB (Red+Green+Blue) = 40+59+112=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #283B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283B70 is #D7C48F. Grayscale: #3B3B3B. Windows color (decimal): -14140560 or 7355176. OLE color: 7355176.

HSL color Cylindrical-coordinate representation of color #283B70: hue angle of 224.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #283B70 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4059112-
CMYK0.640.4700.56
HSL224.17º47.37%29.8%-
HSV(B)224.17º64.29%43.92%-
XYZ5.364.7515.96-
YUV59.36157.71114.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 59 (23.44% from 255) = 27.96%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=18.96%
G=27.96%
B=53.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40591120.640.4700.56224.1747.3729.8
Hex283B70402F038e02f1e
Octal5073160100570703405736
Binary1010001110111110000100000010111101110001110000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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