#283B6E

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

Shades of Resolution Blue #283B6E

Tints of Resolution Blue #283B6E

Color information

#283B6E (or 0x283B6E) is unknown color: approx Resolution Blue. HEX triplet: 28, 3B and 6E. RGB value is (40,59,110). Sum of RGB (Red+Green+Blue) = 40+59+110=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #283B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283B6E is #D7C491. Grayscale: #3A3A3A. Windows color (decimal): -14140562 or 7224104. OLE color: 7224104.

HSL color Cylindrical-coordinate representation of color #283B6E: hue angle of 223.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #283B6E is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4059110-
CMYK0.640.4600.57
HSL223.71º46.67%29.41%-
HSV(B)223.71º63.64%43.14%-
XYZ5.254.715.38-
YUV59.13156.71114.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.14%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=19.14%
G=28.23%
B=52.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40591100.640.4600.57223.7146.6729.41
Hex283B6E402E039e02f1d
Octal5073156100560713405735
Binary1010001110111101110100000010111001110011110000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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