#283A6B

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

Shades of Resolution Blue #283A6B

Tints of Resolution Blue #283A6B

Color information

#283A6B (or 0x283A6B) is unknown color: approx Resolution Blue. HEX triplet: 28, 3A and 6B. RGB value is (40,58,107). Sum of RGB (Red+Green+Blue) = 40+58+107=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #283A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A6B is #D7C594. Grayscale: #393939. Windows color (decimal): -14140821 or 7027240. OLE color: 7027240.

HSL color Cylindrical-coordinate representation of color #283A6B: hue angle of 223.88º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #283A6B is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4058107-
CMYK0.630.4600.58
HSL223.88º45.58%28.82%-
HSV(B)223.88º62.62%41.96%-
XYZ5.044.5414.52-
YUV58.2155.54115.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 107 (42.19% from 255) = 52.20%
R=19.51%
G=28.29%
B=52.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40581070.630.4600.58223.8845.5828.82
Hex283A6B3F2E03Ae02e1d
Octal507215377560723405635
Binary101000111010110101111111110111001110101110000010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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